Files and directories are hided from their original directories. Password can be used optionally for unhiding. This was a class project at the University of California, San Diego.
hide.sh [OPTIONS] PATH [PATH...]
Performs actions specified (hide or unhide) on files and directories provided.
- -p
Prompt user for password when hiding. Ignored when unhiding. - -u
This option takes exactly 1 argument, which is path to directory containing the hidden files and directories. It then unhides all hidden files under the given directory. Password may be prompted, if one is used when hiding.
When run with this flag, the -p flag will be ignored.