Search Results

Search: Posts Made By: agama
24,448
Posted By agama
Some how I managed to get "all" stuck in my head,...
Some how I managed to get "all" stuck in my head, even though both examples and attempts referenced "*.txt". Good call, and I just need to read things a bit more closely. Thanks.
24,448
Posted By agama
I don't think you want to use the -name option. ...
I don't think you want to use the -name option. It sounded, to me at least, that you want to find all files. Using -name would limit what the find command would output. I do think you want to use...
24,448
Posted By agama
Given this is homework, I'll only hint. First, I...
Given this is homework, I'll only hint. First, I think you are on the right track with these:


find ~/UnixCourse -type file -exec head -1 {} \;
find ~/UnixCourse -name "*.txt" -print -exec...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 08:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy