Search Results

Search: Posts Made By: sara123
1,712
Posted By sara123
Thanks all but none of the solution works. Still...
Thanks all but none of the solution works. Still I am getting the same result. Anyone?
1,712
Posted By sara123
Renaming the extension of a set of files
Hi All,

I am trying to rename the extension of a set of file from .txt to .xtx. When I run the following script,

#!/bin/sh
l=`ls /f`
for f in $l
do "mv $f ${f%.txt}.xtx" ;
done

a file...
Showing results 1 to 2 of 2

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