View Single Post
  #1   (View Single Post)  
Old 11th November 2015
jb_daefo jb_daefo is offline
Spam Deminer
 
Join Date: May 2008
Posts: 303
Default [Never mind...] Out of time here; cannot seem to pipe to "locate"

[solved... for the most part. Q remains
but is irrelevant...]

cat file | xargs ...locate
tail -20 file | xargs ...locate
for i in $( tail -20 file | awk ...) ; do ....

All the pipes/oneliners which work here
for binaries other than locate, seem to
return no results with no 0, 1,
status message, etc, OR every file in the
entire filesytem.

Only asking here because I found and saved
multiple .htm which almost, but did not,
solve the problem ...

In about three hours I could probably craft a
.pl that worked, but it seems it should work at
the command line...

/edit/ found most of the files on backup. A one liner
restored them... if I figure correctly.

Just in case anyone knows anything.

Thanks!
__________________
FreeBSD 13-STABLE

Last edited by jb_daefo; 12th November 2015 at 03:10 AM. Reason: workaround
Reply With Quote