Search Results

Search: Posts Made By: mr.zeratul
3,399
Posted By mr.zeratul
How about this? grep -o '[[:digit:]]\{5,7\}'...
How about this?

grep -o '[[:digit:]]\{5,7\}' sample
2,060
Posted By mr.zeratul
Please try this: $ for i in...
Please try this:
$ for i in indexes_without_ts/*.sql; do [[ -f $i ]] && cp $i process_indexes/; done
1,906
Posted By mr.zeratul
Hello everybody, I'm still a newbie, but...
Hello everybody,

I'm still a newbie, but here's my attempt:

$ for i in * ; do mv $i uni${i##linu}; done
Showing results 1 to 3 of 3

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