Say we are on a folder with 10 txt files on the terminal. If we need to see how many txt files exist on the path from the terminal, we’ll type in ls *.txt | wc -l this command will output 10 as the result
Say we are on a folder with 10 txt files on the terminal. If we need to see how many txt files exist on the path from the terminal, we’ll type in ls *.txt | wc -l this command will output 10 as the result
This website is my own personal scrap book. It captures thoughts, ideas, ramblings, successes and failures. Beware, for there might be dragons. :)
Leave a comment