List Content in the Terminal with Bash


ls - lists the files in the directory



Use of wildcards

to find every file starts with capital s
to find every file starts with capital c and capital s
to find file/files with the .md extension
to find file/files with any two-character extension (the number of  "?" represents the character length of the extension)



to find file/files start with and upper case characters 
to find file/files start with and lower case characters 



Comments

Popular posts from this blog

What the Hell is Jenkins? - Jenkins Tour #01

What is a Job in Jenkins? - Jenkins Tour #02