Search Results

Search: Posts Made By: gman
6,604
Posted By gman
Select rows where the 3rd column value is over xx
Hi All,
I've got a text file which is Postcode,Postcode, Travel_time and I want to select all of the rows where the 3rd column value is over 255. Can someone show me the magic on how to do this?...
1,306
Posted By gman
Problems with my PATH
I've been googling all morning and i cannot for the life of me find the answer :)
Basically, i'm setting my path in my .profile as:
#!/bin/bash
# export ORACLE_HOME=/oracle/product/10.2
export...
8,036
Posted By gman
Thanks very much! nawk worked perfectly with awk...
Thanks very much! nawk worked perfectly with awk -F, '{gsub("_"," ",$2)}1' OFS="," file > newfile
8,036
Posted By gman
Unfortunately i've got the following error after...
Unfortunately i've got the following error after running:
awk -F, '{gsub("_"," ",$2)}1' OFS="," file > newfile

awk: syntax error near line 1
awk: illegal statement near line 1
awk: syntax error...
8,036
Posted By gman
Thanks Scott! Will this work on the file which...
Thanks Scott!
Will this work on the file which 500,000 rows? Can I call the file form the command line?

---------- Post updated at 12:02 PM ---------- Previous update was at 12:00 PM ----------
...
8,036
Posted By gman
Replacing underscore with white space after comma.
Hi all,
I'm hoping you can help.. I've used this forum a couple of times and I am back again now i've moved onto something more complex (for me!)

I have some data which looks like:...
2,074
Posted By gman
We also are using Solaris 9 if that helps. :)
We also are using Solaris 9 if that helps. :)
2,074
Posted By gman
Comparing file names to text document
Hi All,
I'm really new to Unix scripts and commands but i think i'm eventually getting the hang of some of it.
I have a task which is to create some kind of script which compares the file names in...
Showing results 1 to 8 of 8

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