...
HTML |
---|
<HTML><HEAD><TITLE>Manpage of ECD</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
</HEAD><BODY>
<H1>ECD</H1>
Section: User Contributed Perl Documentation (1)<BR>Updated: 2012-02-27<BR><A HREF="#index">Index</A>
<A HREF="http://confluence.ecmwf.int/display/UDOC/Commands/">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
ecd - Change the current ECFS working directory
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<A NAME="ixAAC"></A>
ecd [<I>domain:</I>][<I>directory</I>]
<A NAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
<A NAME="ixAAD"></A>
Sets the value of the current working directory of the specified <I>domain</I>
to the specified <I>directory</I>, which must already exist.
If no domain is specified the <FONT SIZE="-1">ECFS</FONT> default domain is assumed.
If no directory is specified,
the home directory of the user in that domain is assumed.
<P>
A target containing wild cards is not supported, even if it would resolve to a
single, unambiguous path.
<A NAME="lbAE"> </A>
<H2>EXAMPLES</H2>
<A NAME="ixAAE"></A>
<DL COMPACT>
<DT>ecd ec:<DD>
<A NAME="ixAAF"></A>
Sets the working directory of domain 'ec' to user's default home directory.
<DT>ecd ec:~rdx or ecd ec:/rdx<DD>
<A NAME="ixAAG"></A>
Sets the working directory of domain 'ec' to the home directory of user 'rdx'.
</DL>
<A NAME="lbAF"> </A>
<H2>SEE ALSO</H2>
<A NAME="ixAAH"></A>
<I><A HREF="http://confluence.ecmwf.int/display/UDOC/Commands/ecfs.1">ecfs</A></I>(1)
<P>
<HR>
<A NAME="index"> </A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT><A HREF="#lbAE">EXAMPLES</A><DD>
<DT><A HREF="#lbAF">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="http://github.com/hamano/man2html/">man2html</A>,
using the manual pages.<BR>
Time: 14:42:07 GMT, July 23, 2018
</BODY>
</HTML> |
...