Search Results

Search: Posts Made By: woodstock
1,863
Posted By woodstock
Bingo
Thank you very much. works a treat. exacly what i was after.
1,863
Posted By woodstock
Hi. on similar lines.. i need to create thousands...
Hi. on similar lines.. i need to create thousands of empty files for testing. i usually use the above or a for i loop but this would be no good for thousands of files. Is there a while less than...
2,985
Posted By woodstock
Thanks for your suggestions folks. Handy forum....
Thanks for your suggestions folks. Handy forum. I've not tried perl before but will have a read up. I think for the time being i will stick with the "for i" & "while" methods for this though.
2,985
Posted By woodstock
quite like that
Yep! quite like that. saves mucking around with a delimiter.
made a one liner out of it and worked fine.

ls WLAN_* | egrep -v '.fixed|.TRF'| while read file; do mv "$file" "${file%.*}".fixed;...
2,985
Posted By woodstock
rename multiple files from search output
Variations of multiple renames seems to come up a lot but i can't find the answer to this situation.
Tidying up a directory where people rename files to .working, .bob, .attempt1 & so on.

what i...
74,760
Posted By woodstock
Just the job
Thanks SFNYC. Just what I was after. Stick a “t” on the end & I can now see what happened to the numbers & in what order.
74,760
Posted By woodstock
grep to show date/time of file the string was found in.
I've seen several examples of grep showing the filename the string was found in, but what I really need is grep to show the file details in long format (like ls -l would).
scenario is:
grep...
Showing results 1 to 7 of 7

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