Answers for "ls with only file name"

1

ls with only file name

# List ONLY file names of current folder (non recursive)

ls -A1
Posted by: Guest on January-21-2021
-1

ls with only file name

# List all files within the current folder (not recursive)

ls -A1
Posted by: Guest on January-21-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language