Search Results

Search: Posts Made By: Ebodee
3,576
Posted By Ebodee
FIFO possible blocking or unknown error
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!

1. The problem statement, all variables and given/known data:

Create a...
45,071
Posted By Ebodee
I figured it out. Odd to me. If find receives...
I figured it out. Odd to me. If find receives just a filename it will append the full path to xargs which delivers it to rm.


find $HOME -name "$1" -exec rm {} \;


Find will retrieve the...
45,071
Posted By Ebodee
find with xargs to rm found files
I believe what is happening is rm is executing in the script on every directory and on failure of the first it stops although returns status 0.


find $HOME -name /directory/filename | xargs -l rm...
3,699
Posted By Ebodee
Corona, and those replying, I appreciate the...
Corona, and those replying, I appreciate the assistance. Xargs is a utility that I will keep in my back pocket from now on. I used it successfully as follows:


find / -name "$file_name" -print0...
3,699
Posted By Ebodee
Putting echo output as input to stat
I have a string with escape differentiators as a result of searching for a file using find. Essentially find returned to my shell variable several absolute paths each ending with the file name and...
Showing results 1 to 5 of 5

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