Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Ksh script - add blank space
Name: apple Date: June 8, 2005 at 07:28:05 Pacific OS: ?? CPU/Ram: ??
Comment:
Dear All, Would anyone help me the following problem I have?
string="Today is good/day" output="Today is good day"
change string "/" to " " I try : echo "$string" | sed -e 's/\^/*//g' show: Today is goodday. It is not work, how can I add space between "good" "day"? please help. Thank you
Summary: Hello, I have a Ksh script problem. The scrip is polling a directory every 5 mins to get a file, which contains the input line like "put abc.dat /home/test" etc. If the file contain is not empty, th...
Summary: Hi, I trying to write a little script to grep for two continuos fields separated with a blank space. "month day" I have tried this: date | nawk '{print $2, $3}' > /tmp/date This will get "Aug 19" Then...
Summary: Hello all, I'm having a problem with one part of my KSH script. Below is the script and OutPut. What I would like to do next is combine field 1 "example = Accoskypager" with the other Accoskypager bu...