Computing.Net > Forums > Unix > Search Results

Quick Links

Computing.Net Solution Center
Desktop Access to Search
Ask a New Question

Sponsored Results for: Different results from awk, sed, tr

Ads by Google


Show Within: One Month | One Year | Forever
Search Results for: Different results from awk, sed, tr

Product Search Results


Results 1 - 25 of 4418

[higher confidence] - higher confidence, [lower confidence] - lower confidence

Different results from awk, sed, tr
    Summary: I cannot explain why it gives different results when I try the awk, sed, tr command combination with the same input. (aondufd1)psoftfs:/aon/dev/psoft/...

Awk/Sed Question
    Summary: Hi I have a awk/sed script that I am trying to create to remove lines from a file that I thought I needed to call sed in the awk script. This is wha...

Export variables from awk
    Summary: Hi, How can I export variables from awk? For example, I have this script: cat awkscr #start of scr bdf | awk '(/ *% /) && (length($NF)>maxl) {maxl=len...

awk/sed help
    Summary: Hi guys, Iam a beginner in awk/sed and need a help on awk/sed. This is my requirement. I have a text file with following entry xx yy zz.txt aa bb cc.t...

substring function does not work
    Summary: The bash syntax ${alpha:5:5} will not work on HP-UX.  Following are 4 solutions that will provide the fghij result when $alpha is 10 characters or lo...

replace Nth column
    Summary: Hi Firend, Need a help in awk/sed/tr/ perl .my file is very huge, so need some fast method. My request. ========= 1. File is delimited by | 2. in ...

scripting string parsing
    Summary: looks homeworky to me. If instructor required "pure shell" (no awk,sed ,tr ) and file contains pippo,pluto,paperino bob,mary,bart,jim,buford you could...

Substring after =
    Summary: When using the traditional unix tools such as awk, sed, tr, etc. you have no option but to rename the file after processing finishes. I'm not much of ...

Cron results different from manual
    Summary: Hi, I m getting different values from a scripts,when it is run through command mode and through crontab. The cron job content is 16 11 * * * /Volumes/...

AWK/SED Whatever help with csv
    Summary: maybe someone can suggest a solution as i have been playing with awk and sed but cannot get the desired result I have a CSV file delimeted with quoted...

awk and shell programming,need help
    Summary: Done in KSH, but it worked fine for me. The $startnumber and $readwidth variable basically control the whole thing, you can play with them to get diff...

shell script/sed/awk
    Summary: Alternatively use a different delimiter for the sed command, e.g: sed 's#/#?#g' somefile.dat ...

Editing a file without awk or sed
    Summary: i would bet the instructor wants it done with "pure" shell - no awk,sed,perl,ex or vi. ...

Awk problem
    Summary: Sorry, My apologies, I mistakingly put a $ sign in front of the variables. nawk and /usr/xpg4/awk solved my problems. Thanks I searched the manual pag...

Help parsing a path-filename
    Summary: Dear gurus, (from a Unix beginner) After reading man pages on awk/sed, and still not having a clue, would someone show me the way in a Unix script to ...

awk script needed
    Summary: Hi, I am trying to find an awk command or an unix script equivalent to do the following. I have the following txt file 1234 script.sh param1 param2 2...

Trouble with formating output
    Summary: is this a homework assigment? if not, you always have the option of invoking an external utility/script from KSH. Invoking a custom perl script is no ...

Rounding Problem in awk
    Summary: Thanks Buodhayan. But, in my case i am getting result as 2856.8950. If you use %5.2f, it is giving the following result: $> echo | awk '{s =2856.8950...

grep - print next line too
    Summary: if you have Python on your HPUX (i suppose) you can do this: f = open(your_file) while 1: line = f.readline() if line == '': break if "...

programming questions
    Summary: Regarding #4, you must first get out of insert mode with the escape key: Esc :wq or Esc ZZ #2: ls -ltur -t gives time sort instead of filena...

compare lines within file
    Summary: It is very easy to waste the first line.  awk could do an initial getline to waste it, or tail +1 would do it.  But the last line is much more of a pa...

Sed Help [/]
    Summary: Consider using a different delimeter character for sed. sed -e "s,gre,p," ...

count sender in mail log
    Summary: This is either totalcount or finalcount #prepare all the from= portion of the log #extract out only the from field #take away from= and <> bracke...

convert text rows to columns awk
    Summary: Hi, I have a text file with the data in rows the data file has specfic pattern of rows I need to convert first 3 lines of rows into columns by doing a...

Saving Output of Sed
    Summary: Hi, Is there any possible way to save the results of a sed command to the same file I'm working on? For example, I have a command: sed -f sedcmd myFil...

Jump To: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | >>

Sponsored Results for: Different results from awk, sed, tr

Ads by Google