Search Results

Search: Posts Made By: rizzen
2,534
Posted By rizzen
Wouldn't it just be easier to grab the...
Wouldn't it just be easier to grab the appropriate package for whichever distro of Linux you are using??

For instance, a good place to start would be the website of whichever distro you are using.
25,118
Posted By rizzen
Why such complexity??? ls *.oldext | awk -F"."...
Why such complexity???
ls *.oldext | awk -F"." '{printf "%s.oldext %s.newext\n",$1,$1}' | xargs -n 2 mv -f
I leave it up to the reader to transform that into a shell script using paramters for...
Showing results 1 to 2 of 2

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