Search Results

Search: Posts Made By: rmtzcx
1,340
Posted By rmtzcx
Just the space
Add the space between the //


[rmtzcx@rmtzcx02 ~]$ echo @ABC123DEF# | sed 's/[A-Za-z0-9]/ /g'
@ #
3,509
Posted By rmtzcx
It can be done just with find. find . -type...
It can be done just with find.

find . -type f \( -path "*/DOC/*" -o -path "*/DOCS/*" \) -name "*.txt" -exec rename .txt .txtOld {} \;
Showing results 1 to 2 of 2

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