Search Results

Search: Posts Made By: doom4
2,326
Posted By doom4
you are awesome man! thank you!
you are awesome man! thank you!
2,326
Posted By doom4
thank you very much. it works like a charm. since...
thank you very much. it works like a charm. since i am new to awk could you maybe explain your syntax? as a beginner it is hard to read the awk commands.

in addition to make it do exactly what i...
2,326
Posted By doom4
yeah you are right. I just work this out too ...
yeah you are right. I just work this out too

---------- Post updated 02-14-13 at 12:09 AM ---------- Previous update was 02-13-13 at 08:03 PM ----------

I am pretty sure that my code is...
2,326
Posted By doom4
Hi, thanks for your answer. I just figured...
Hi,

thanks for your answer. I just figured out a way to do it:

#!/bin/bash

cat /dev/null > out.txt
cat $2 | while read line; do
id=`echo $line | awk '{ print $6 }'`
...
2,326
Posted By doom4
Search field in text file and replace value
Hi there,

First of all this is my first post here. Thank you in advance for your help.

What I am trying to do is the following. I have a text file where each field of each row is separated by a...
Showing results 1 to 5 of 5

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