Search Results

Search: Posts Made By: sharsin2001
2,040
Posted By sharsin2001
escape..
I want the code in shell script using the sed command..
i think it looks like
echo madhu\\shri\sgar\mi\ | sed -e 's/"\\"/"\"/g' -e ' s/\"/"/' -e 's/\'/'/' -e ' s/\?/?/' -e 's/\a/BEL/' -e '...
21,457
Posted By sharsin2001
escape..
Character Escape Sequence
" \"
' \'
? \?
\ \\
BEL \a
BS \b
FF \f
NL \n
CR \r
HT \t...
21,457
Posted By sharsin2001
string..
I have a string which is to be parsed and all the character escape sequences shud be replaced with their "C" values.
I think sed statement must be used..but iam not sure abt how to go....
1,507
Posted By sharsin2001
using sed command...
Hello,
I need to locate the last occurrence of a substring in a given string.NULL is returned if the substring is not found in the stringhow do i do this with a sed command..?
Forum: Programming 11-06-2006
1,772
Posted By sharsin2001
Need help with FSMs...
hii..
I need to implement a pure virtual FSM program design which copies stdin to stdout, converting any C trigraphs found to their single character form (e.g. converting trigraph ??= to #)...
21,457
Posted By sharsin2001
escape..
I guess we can use sed command for this but then i am understanding how to use it...
21,457
Posted By sharsin2001
escape characters..
hii..
thatz the exact one i need but i need unix shell script commands for that..
21,457
Posted By sharsin2001
Escape
The C is character values...like\" shud be replaced by " ..\t is replaced by horizontal tab\v by vertical tab and so on..
21,457
Posted By sharsin2001
escape characters..
hey
i want to know the unix commands to replace all the character escape sequences with their "C" values in a string...
thanks in advance..!
Regards,
Sharanya
Showing results 1 to 9 of 9

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