Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Basic listing in Linux

- If you don't have a terminal emulator that supports colors,
	you can use the -F parameter with the ls command to easily distinguish between directories and files. The -F parameter flags a folder with a forward slash (/) and an executable with an asterisk (*),
	as you can clearly see below.
    
$ ls -F
 
PREVIOUS NEXT
Tagged: #Basic #listing #Linux
ADD COMMENT
Topic
Name
2+9 =