[orca-list] command line survival tip



mkdir sandbox
cd sandbox
experiment
make whatever new directories you need in sandbox and set up whichever
operations with test files.
If all works well, and you expect to do this complex operation more than
once,
consider putting it into a bash script and saving that script outside of
sandbox directory if the script works in the sandbox directory.
If you make a mess, it'll be in sandbox and you can always
cd
rm -fr sandbox
mkdir sandbox
then start over again when you have an idea.


--



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]