This documentation relates to an old version of the Nuxeo Platform (5.5). You may want to check the documentation for the latest version.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed typos and added related pages
Info
titleNamespace: *local*

Commands available on the local file system

Index:

Table of Contents
maxLevel2
minLevel2

cat

NAME
cat – Print the content of a file

SYNTAX

Code Block
cat [file]

ARGUMENTS

  • file - [optional] -The file to print

cd

NAME
cd – Change the local working directory

SYNTAX

Code Block
cd file

ARGUMENTS

  • file - [required] - A local directory to change to

cp

NAME
cp – Copy a file or directory

SYNTAX

Code Block
cp [options] source destination

OPTIONS

  • -r - [flag] - Recursive copy directories

ARGUMENTS

  • source - [required] - The file to copy
  • destination - [required] - The target file

ls

NAME
ls – List file names in a local directory

SYNTAX

Code Block
ls [file]

ARGUMENTS

  • file - [optional] -A local directory to list its content. Defaults to the working directory

mkdir

NAME
mkdir – Create a directory in local file system

SYNTAX

Code Block
mkdir file

ARGUMENTS

  • file - [required] - The directory path to create

mv

NAME
mv – Rename a file or directory

SYNTAX

Code Block
mv source destination

ARGUMENTS

  • source - [required] - The file to rename
  • destination - [required] - The target file

popd

NAME
popd – Pop working directory

SYNTAX

Code Block
popd

pushd

NAME
pushd – Push a new local working directory

SYNTAX

Code Block
pushd file

ARGUMENTS

  • file - [required] - A local directory to push

pwd

NAME
pwd – Print the local working directory

SYNTAX

Code Block
pwd [options]

OPTIONS

  • -s - [flag] - Use this flag to show the working directory stack

rm

NAME
rm – Remove a file or directory

SYNTAX

Code Block
rm [options] file

OPTIONS

  • -r - [flag] - Recursive remove directories

ARGUMENTS

  • file - [required] - The directory path to create

touch

NAME
touch – Touch a file

SYNTAX

Code Block
touch file

ARGUMENTS

  • file - [required] - The file to touch
Section
Content by Label
spaces@self, NXDOC55
titleRelated pages
showLabelsfalse
sortcreation
max20
labelsshell
typepage