Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
18.2. Linux Commands
Most Commonly used commands are:
cp
copies files and directories.
mv
moves files and directories.
rm
removes files and directories.
ls
displays files and directories.
echo $path
defines or displays the search path for commands and Rexx programs. See also
Section 7.2.1, “Search Order”
.
env
displays or changes Linux environment variables.
Any other Linux command can be used. For a description of these commands, see the respective Linux documentation (for example, man-pages).
Prev
18.1. Windows Commands
Up
Home
Next
18.3. Subcommand Handler Services