![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Print to a ps2pdf print queue. | Sean_69 | UNIX for Dummies Questions & Answers | 1 | 10-22-2007 10:58 AM |
| Print Problem in UNIX. Need to know the option to specify the print paper size | ukarthik | HP-UX | 1 | 06-07-2007 09:35 AM |
| Differenc between print and echo | chandhar | Shell Programming and Scripting | 3 | 04-11-2007 11:13 AM |
| echo vs. print | PhilW | UNIX for Dummies Questions & Answers | 1 | 03-03-2004 12:21 PM |
| echo or print to screen and file | Shakey21 | UNIX for Dummies Questions & Answers | 2 | 01-09-2002 07:56 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
how to print backslah using echo
how to print 3 backslah using Unix AIX,
i have try in my fedora and AIX,both give dirrent output for same echo statment test.sh Code:
sed -e 's/\(["`]\)/\\\1/g' -e 's/\$?/\\$?/g' -e 's/\$#/\\$#/g' -e 's/^/echo "/g' -e 's/$/ "/g' xMNBDF070 > xMNBDF070_test Code:
sed -e "s/'/\\\'/g" -e 's/\([();*|>]\)/\\\1/g' $SCRIPTSQL/xMNBDF070_Script.sql > $TEMP_PATH/xMNBDF070_Script.sql.TMP SCRIPTSQL=/home/mani TEMP_PATH=/home/mani/temp sh xMNBDF070_test output Code:
sed -e "s/'/\\\'/g" -e 's/\([();*|>]\)/\\\1/g' /home/mani/xMNBDF070_Script.sql > /home/mani/temp/xMNBDF070_Script.sql.TMP because i get this Code:
sed -e "s/'/\'/g" -e 's/\([();*|>]\)/\1/g' /home/mani/xMNBDF070_Script.sql > /home/mani/temp/xMNBDF070_Script.sql.TMP echo "\\\\\\\\\ " but in linux i use pair backslah echo "\\\\\\ " why its diffrent and how to know how many backslach needed please guide |
| Bookmarks |
| Tags |
| linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|