Search Results

Search: Posts Made By: Gboy
1,416
Posted By Gboy
thanks a lot it works perfect
thanks a lot
it works perfect
1,416
Posted By Gboy
Cut Command Help Please
Hey Guys,

I'm trying to use the cut command to do the following:

"AuctionID","UserID","BidderRating","Bid","BidDateTime"
1070387924,"rmichaelll",46,407.00,2/12/2002 14:07:44...
1,714
Posted By Gboy
bump can someone please point me in the right...
bump
can someone please point me in the right direction?
1,714
Posted By Gboy
ok, because I only want to sort AuctionID,...
ok,

because I only want to sort AuctionID, Bid and BidDateTime.
Do i need to use the uniq command?



head -1 ebay.dat > ebay_out.dat
awk 'NR>1' ebay.dat| sort -i -t, -k1.2,1.10 -k1.1,1.1...
1,714
Posted By Gboy
Need Help with Sort Command
I need help with the sort command. Here is the following code I have so far, but I cant get it to sort it the way i want.

head -1 ebay.dat > ebay_out.dat
awk 'NR>1' ebay.dat| sort -k1.2,1.10...
3,960
Posted By Gboy
thanks for the share
thanks for the share
3,960
Posted By Gboy
Menu Script
So, I need help writing a Menu script in UNIX.
First how can I use letters for the options instead of numbers?
Also, is there any templates out on the web I can use?
1,331
Posted By Gboy
yes, it works perfect!! thanks a lot!
yes, it works perfect!!
thanks a lot!
1,331
Posted By Gboy
hi bassman, i tried your code but i get this...
hi bassman,
i tried your code
but i get this error:
Am I doing something wrong?
http://www.tinypic.ca/images/011oy1zxprhgmt263ev.jpg
1,331
Posted By Gboy
thanks for pointing that out here is my...
thanks for pointing that out

here is my code:

echo "This utility adds numbers entered from the keyboard."
echo "When all numbers have been entered, press key ^d (eof) to see the total."
echo...
1,331
Posted By Gboy
Need Help with this Script
echo "This utility adds numbers entered from the keyboard."
echo "When all numbers have been entered, press key ^d (eof) to see the total."
echo

echo "Enter Your Name:
read names
sum==0
echo...
Showing results 1 to 11 of 11

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