Search Results

Search: Posts Made By: meridionaljet
8,896
Posted By meridionaljet
Thank you very much. This is the framework I...
Thank you very much. This is the framework I needed.
8,896
Posted By meridionaljet
Awk numeric range match only one digit?
Hello,

I have a text file with lines that look like this:

1974 12 27 -0.72743 -1.0169 2 1.25029
1974 12 28 -0.4958 -0.72926 2 0.881839
1974 12 29 -0.26331 -0.53426 2 0.595623
1974 12 30...
1,532
Posted By meridionaljet
Wow, I have no idea why it worked, but it worked....
Wow, I have no idea why it worked, but it worked. Thanks a lot.
1,532
Posted By meridionaljet
Help with awk and accessing variable values within the syntax
I'm writing a bash script, and I am having trouble with this line:
awk '{print "url = \"http://www.example.com/directory/$type/"$1"\""}' input.file > output.file

Within the URL being printed, I...
11,829
Posted By meridionaljet
That did it. Thanks a bunch.
That did it. Thanks a bunch.
11,829
Posted By meridionaljet
Thanks for replying. Your code outputs this: ...
Thanks for replying. Your code outputs this:

url = "ftp://www.example.com/directory" $1

What I need is this:

url = "ftp://www.example.com/directory/$1"

After playing around some more I...
11,829
Posted By meridionaljet
[SOLVED] Help with awk script line
Hello,

A portion of a script I am writing is supposed to create a text file that outputs lines of the following format:

url = "ftp://www.example.com/directory/awk_output"

My awk line needs...
Showing results 1 to 7 of 7

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