Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nnikolay
  • Content: Threads
  • Order by date
  1. nnikolay

    Need help with report format

    I am writing a search script for my Unix class. I need to be able to display only user specified fields from a matched search. This is my script: while echo "Please enter Play name to search: \c" ; do read string case $string in "") tput clear echo "No...
  2. nnikolay

    Sorting date field

    I need to sort a file on the date field. My dates are in the second field and ":" delimited, with the mm/dd/yy format. I have tried the following code but it sorts only on the month : cat data | sort -t \: +1 -n > temp So if I have original dates: 09/28/03 07/04/04 09/29/03...

Part and Inventory Search

Back
Top