Search Results

Search: Posts Made By: abch624
21,031
Posted By abch624
foreach loop
Hi Guys,

I have a loop which uses a wildcard

i.e. foreach f (*)

but when I execute the tcsh file in unix then it gives me an error
->>>>>>>foreach: words not parenthesized<<<<<<<<<<-

Any...
1,446
Posted By abch624
Sed problem
Hi guys,

I have a problem where by I need to remane a file by moving it to another location. For instance I have a file called
change.txt
changeA.txt
changeB.txt
and I need to change the name...
4,225
Posted By abch624
Renaming Files
Hi Alll,

I have a script that we use on the servers to change the name of files that have spaces in the name:

#!/bin/tcsh
set n = 0
foreach f ( * )
echo $f | grep " "
if ( $? == 0 ) then...
2,296
Posted By abch624
Renaming Files
Hi Alll,

I have a script that we use on the servers to change the name of files that have spaces in the name:

#!/bin/tcsh
set n = 0
foreach f ( * )
echo $f | grep " "
if ( $? == 0 ) then...
Showing results 1 to 4 of 4

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