Search Results

Search: Posts Made By: codecatcher
1,336
Posted By codecatcher
I tried this but its not working.
I tried this but its not working.
1,336
Posted By codecatcher
Delete a pattern using sed.
I have a string in which i need to match a pattern and then i need to delete that line which contains that matching string.
The string is ..


This is the given string...
26,918
Posted By codecatcher
switch ($platform) case "lnx86": case...
switch ($platform)
case "lnx86":
case "sun4v":
case "ibmrs":
breaksw
default:
echo " WARNING!!!!!!! UNknown Platform "
breaksw
endsw

This code is not working...
26,918
Posted By codecatcher
what is wrong in this snippet of script?? if...
what is wrong in this snippet of script??

if ($platform != ( "lnx86" || "sun4v" || "ibmrs" ) ) then
echo " WARNING!!!!!!! UNknown Platform "
26,918
Posted By codecatcher
I have written this small script in c shell and i...
I have written this small script in c shell and i am getting an error " Badly Placed ()'s " .This is just a small snippet of my script where i am getting an error.

if ( $platform == lnx86 ) then...
26,918
Posted By codecatcher
I think grep works only on file and not on...
I think grep works only on file and not on string.
I might be wrong...:mad:
26,918
Posted By codecatcher
if ( $#argv != 5 ) then echo "Usage:...
if ( $#argv != 5 ) then
echo "Usage: makeLocalHier platform dir_to_install RDHier QAHier ClientName"
echo "e.g. : makeLocalHier lnx86 /home/codecatcher/test/temp...
26,918
Posted By codecatcher
Parsing Command Line Arguments In C shell script
]I have a string like "/abc/cmind/def/pq/IC.2.4.6_main.64b/lnx86" and this string is given by user. But in this string instead of 64b user may passed 32 b an i need to parse this string and check...
Showing results 1 to 8 of 8

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