It is for my own memo. Command for outputting the file list in the current directory.
ls -1 -F |grep -v "/"
ls -1 -F |grep "/"
ls -1 -F
Recommended Posts