Search Results

Search: Posts Made By: vash
3,199
Posted By vash
Thanks Thats it .. dint hit me untill i saw the...
Thanks Thats it .. dint hit me untill i saw the solution .. dang ! thank you
3,199
Posted By vash
sed bash
No removing \ from " dint work as sed complaining about command
here is a smaller version i am testing with


#!/bin/bash
var=WR#cmd#sfa_2_1_xtrapr
sed "/^insert_job:[ ,\t]$var/ a
> test...
3,199
Posted By vash
bash and sed
Corona
The multiline is for the sed the append command requires a new line after a

This will not solve my problem of resolving the job_nm variable any way would it ?
3,199
Posted By vash
Bash and sed compatibility
Hi i am having a stange problem.
Basically for my sed script used within bash i can unly use a single Quote with sed '. (if i use " then i get command garbled error with sed )
The problem with this...
2,129
Posted By vash
Now that worked ! Thank you . i know there was...
Now that worked ! Thank you . i know there was some thing i was missing.
Thanks!
2,129
Posted By vash
% sed ' /WORD/ a\sample line 1 \sample line2 \'...
% sed ' /WORD/ a\sample line 1 \sample line2 \' ttsed: command garbled: /WORD/ a% unameSunOS% which sed/usr/bin/sed%
2,129
Posted By vash
I am running the command directly on putty . So...
I am running the command directly on putty . So no windows issues
I am copy pasting the entire command and its output
% sed ' /WORD/ a\
sample line 1 \
sample line2 \
' tt
sed: command...
2,129
Posted By vash
absolutely Not I dont have a space or anythign ....
absolutely Not I dont have a space or anythign . like i mentioned in the post i double triple checked if i have a new line starting after a\
2,129
Posted By vash
Issue with SUNOS running sed scripts
Hi
I probably dont have GNU extended sed in my SUNOS . and its creating lot of problems
ex:
a simple sed command like this is not working

sed '/WORD/ a\
sample text line 1 \
sample text...
Showing results 1 to 9 of 9

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