Search Results

Search: Posts Made By: msutfin
1,462
Posted By msutfin
ChublerXL.. I went with sed coupled with read in...
ChublerXL.. I went with sed coupled with read in raw mode.. seems to work fine.. thanks

while read -r line
do
if [ `echo $line | sed -n '/[\/\\]/p'` ] ; then
echo...
1,462
Posted By msutfin
sed commands success / fail from commandline vs ksh script
solaris 5.10 Generic_138888-03 sun4v sparc SUNW,Sun-Fire-T200

I need a sed command that tests true when presented with lines that contain either forward and backslash.

input file:...
1,397
Posted By msutfin
Not allowed to post URLs
Hi,

I tried to post some perl code for discussion (wrapped in swaddling [\CODE]. However, a regex has an escaped backslash so the forum parser sees it as an URL?

Had the same experience with...
Showing results 1 to 3 of 3

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