Guest_imported
New member
- Jan 1, 1970
- 0
Good day !
Here are my questions:
1) How can i find those files that are not owned by root or a user AND
not start with the letter "b" nor end with letter "c"?
2) What's the difference between two commands below:
a) find . -mtime +5
b) find . -mtime -5
3) How can i count and display the frequency of occurence of each letter
in the alphabet(ignore case) from an input file called ABC?
That's all of my questions.
Thanks a lot.
Here are my questions:
1) How can i find those files that are not owned by root or a user AND
not start with the letter "b" nor end with letter "c"?
2) What's the difference between two commands below:
a) find . -mtime +5
b) find . -mtime -5
3) How can i count and display the frequency of occurence of each letter
in the alphabet(ignore case) from an input file called ABC?
That's all of my questions.
Thanks a lot.