Search Results

Search: Posts Made By: SA_Palani
5,327
Posted By MadeInGermany
The following works with csh builtins but does...
The following works with csh builtins but does not sort.
#!/bin/csh -f
set ARRAY=( one two three one three )
echo "<$ARRAY>"
set NARRAY=( )
foreach i ( $ARRAY:q )
if ( " $NARRAY " !~ *" $i "*...
2,976
Posted By MadeInGermany
Perhaps there is D:/sample/expand/env.sh and in...
Perhaps there is D:/sample/expand/env.sh and in your srcinput.sh script you can do
. D:/sample/expand/env.sh?
Alternatively, create a wrapper script srcinput.csh like this
#!/bin/csh -f
source...
Showing results 1 to 2 of 2

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