Search Results

Search: Posts Made By: ffdstanley
1,356
Posted By ffdstanley
output
doug@doug-desktop:~/Desktop$ xxd test4.csv
0000000: 382d 3239 2d32 3031 312c 3032 3232 3032 8-29-2011,022202
0000010: 2c32 342c 3333 330d 0a38 2d32 392d 3230 ,24,333..8-29-20
0000020: 3131 2c30...
1,356
Posted By ffdstanley
AWK error
Any ideas why I am having this issue?
$ cat test4.csv
8-29-2011,022202,24,333
8-29-2011,033303,24,222
8-29-2011,044404,24,111
8-29-2011,055550,24,222
8-29-2011,066606,24,333...
1,791
Posted By ffdstanley
Another cat scenario
How about if I want to see all users with multiple different entries in the second field? I would want all lines from those users.

input
777777,111,08-20-2011
111111,222,08-20-2011...
1,791
Posted By ffdstanley
grep or awk looking for repeating text
I am looking for a way to find the below pattern in text.

777777,111,08-20-2011
111111,222,08-20-2011
777777,111,07-24-2011
777777,222,07-24-2011
111111,222,07-22-2011

I would like to...
Forum: Web Development 09-06-2011
1,522
Posted By ffdstanley
Is there a way to do it inside SQL
I know that AWK can modify the data. However, do you know if there is a way to get it from the original SQL query?
Forum: Web Development 09-05-2011
1,522
Posted By ffdstanley
split line based on delimeter SQL
I have a SQL query

SELECT
BLAH_ID,
BLAH_CODE,
DATEFORMAT(CALENDAR_DATE, 'MM-DD-YYYY') AS CALENDAR_DATE_STR,
HOURS,
'N',
FROM blah_tmp_tbl order by CALENDAR_DATE_STR,BLAH_ID,BLAH_CODE;...
Forum: IP Networking 09-04-2011
1,967
Posted By ffdstanley
overwrite the startup config and reboot
You can overwrite the startup config and reboot the device. If you are doing your work remotely that is the only safe way. The config will not become active until you reboot. copy tftp start...
Forum: IP Networking 09-04-2011
1,968
Posted By ffdstanley
Nodes A & D are on different broadcast networks
They are separated by router and therefore on different broadcast domains. They were asking you if you understood layer 2 mac address (switch) vs. layer 3 IP address (router) networks. Hope this...
3,378
Posted By ffdstanley
Thanks danmero! I thought it would be tougher...
Thanks danmero! I thought it would be tougher than that.... Thanks again!
3,378
Posted By ffdstanley
Replace 2nd column of CSV file with numbers on line
I have a csv file with occasional multiple entries in the second column.

111111,104,07-24-2011,3.15,N,
222222,020 140,07-24-2011,10.00,N,I want the result

111111,104,07-24-2011,3.15,N,...
Showing results 1 to 10 of 10

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