List all files and directories recursively but do not include full path
Posted on August 10th, 2008 by linux
ls -R will list all files recursively. The output of such a command will produce a output containing not only a files but also full path the the each file or directory. One way to clean this output is to use grep and invert selection with -v option. Each path from ls -R command contains [...]
Filed under: Administration, Commands, Linux | No Comments »