Search Results

Search: Posts Made By: sun-guy
1,370
Posted By sun-guy
queston about sed
what wrong with it ? I cannot get the output, can anyone help , many thanks.

date.txt
xxx-CCC #text.....


#cat run
S01= sed -n '/$*-`echo AAA-BBB-CCC | cut -d- -f3`/p' data.txt
echo $*...
5,237
Posted By sun-guy
How to echo 4 backslashes more easy ?
How to echo 4 backslashes more easy ? I can use 16 to echo 4 backslashes.

# echo \\
\
# echo \\\\
\
# echo \\\\\\
\\
# echo \\\\\\\\
\\
# echo \\\\\\\\\\
\\\
# echo \\\\\\\\\\\\
\\\
#...
2,659
Posted By sun-guy
print the name of variable
How can I pass the name of the variable inside a for statment
I have a script something like below:

classA=12
classB=14
classC=16
# classD = 20

all_class="classA classB classC"

for i in ...
Showing results 1 to 3 of 3

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