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 strongm 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: *

  1. vergeb

    email a file as an attachment in aix

    Hello, I am writing a script that will send out an email every night to an email address. The person receiving the email will see it in Outlook. When I send the file, it puts the file in the body of the email. I want it to appear as a seperate text file attachment that can be opened as such...
  2. vergeb

    inexpensive laser printer for printing 132 column reports

    Hello, I've got a user who is looking for a regular paralell printer to hook on to her PC. She wants a laser printer, and it has to be able to print condensed (132 columns, 17 pitch). Does anyone have any idea of a good printer to recomend for her. She is not very technical so it has to be...
  3. vergeb

    jetform tdf file

    I'm using jetform in aix. I've got a .tdf file, and I want to move the data. Does anyone know what the lines (ie: the one pasted below) mean? What do those numbers mean? E ITEM_CODE DETAIL "" 1 30 85 29 60 0 0 "" Thanks, Verge
  4. vergeb

    multiple conditions in an if statement

    Hello, I am working on an aix korn shell script. In that script I've got an if statement that I want to have to conditions for: ie: if $color="blue" and $size=large; then..... How do I do this?
  5. vergeb

    extracting from a file the line after a constant

    Hello, I've got a file that has records that have more than one line. These multi-line records are seperated by a series of dashes (-------) accross the page. ie: ---------------------------------------------------------- JOESMITH JOE SMITH 12 MAIN ST BOSTON MA 9999999...
  6. vergeb

    I've got a while loop. Within the

    I've got a while loop. Within the while loop I use read to get imput. Then I use case to do different things based on the imput. Does anyone know the command that will make it just go back to the top of the loop? To exit the loop? Do those same commands work in an if then statement?
  7. vergeb

    until loop that prompts for a valid response

    I am trying to write an until loop that will only exit when a valid response (Y/N) is given. for example: until [[ $response == "Y" ]] or [[ $response == "N" ]] do read response?"Enter response " if then else fi done Any ideas on how to make this work?
  8. vergeb

    remove a page break (^L) from a file

    Is there a way to put into a script a command to remove a page break (^L) from a file. I've tried "sed 's/^L//g'" but it did not work.

Part and Inventory Search

Back
Top