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
Be all you can be
•
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
Leave a comment