Search Results

Search: Posts Made By: radoulov
22,148
Posted By radoulov
Cannot reproduce, could you post the output (or...
Cannot reproduce,
could you post the output (or part of it) of the grep -l command (is there any output?):

grep -l '1189609240791-1268115603299237276@216.109.111.119' *

What shell, what...
22,148
Posted By radoulov
Sorry, my mistake: mv $(grep -l...
Sorry, my mistake:
mv $(grep -l '1189609240791-1268115603299237276@216.109.111.119' *) /tmp/inv

Adjust the filenames (* or whatever you need to generate ...).
22,148
Posted By radoulov
Just curious, I tried this: zsh 4.3.4% for i...
Just curious, I tried this:
zsh 4.3.4% for i ({1..400000}) touch "$i".txt

Ctrl+C after a while.
zsh 4.3.4% rm *txt
zsh: argument list too long: rm
zsh 4.3.4% autoload zargs
zsh 4.3.4% zargs...
22,148
Posted By radoulov
Check the corrected version :)
Check the corrected version :)
22,148
Posted By radoulov
Yep, corrected :)
Yep, corrected :)
22,148
Posted By radoulov
For filenames with no embedded spaces(or other...
For filenames with no embedded spaces(or other pathological characters):

mv $(grep -l '1189609240791-1268115603299237276@216.109.111.119') /tmp/inv

Otherwise write a loop.

Aah, and if you...
Showing results 1 to 6 of 6

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