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 TouchToneTommy 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: galger
  • Content: Threads
  • Order by date
  1. galger

    Format fields in multiple files to Comma separated format.

    In need script for taking field's from multiple files in one directory All files have the same "fields". example file: --------------------- ##### TEST NAME : xxxxxxxx ##### TEST OWNER : XXXxxxxxx ##### XXX DIGIT IDENTIFIER : AAA, AAA, AAA...
  2. galger

    IFTHENELSE HELP

    Is there another way I can State this? It does not work the way it is. Any help would be appreciated. #!/bin/sh # echo "Please enter the word SLHNDMP SLHNDMP_VB PRGTEST_GDG or PRGTEST:" read PASSWORD if [ PASSWORD = SLHNDMP ]; then echo "Ran for SLHNDMP " if [ PASSWORD = SLHNDMP_VB...
  3. galger

    Need to grep for null Characters in an acsii file.

    Need to grep for null Characters in an acsii file. I have a file with null characters before a bit of text im am greping for.. It is not showing up in my results. the Null characters are hiding whats in front of them.. How can I grep for them. Line with Null characters...
  4. galger

    find files with 0 bytes

    How to find files with 0 byte. in all directorys find / -file .... Please help.. Given two equally predictive theories, choose the simpler.
  5. galger

    grep for string in multiple files only one instance.

    if multiple instances exsist in multiple files.. How can I return only one instance.. I did this a long time ago.. looked through man page. could not find anything.. let know. Thanks in advance. galger.
  6. galger

    Help with shell script.

    Need to change this script so it does not change date or permissions of file edited/copied. and if possible- if file is being used by another process - do not touch and move on to next file. Decription: change text within multiple files : # chtext - change text within multiple files if [ $#...
  7. galger

    grep for string question.

    Simple grep of file... grep "^*" file file~~~~~ pazooc1:\ :.retry.stwait=00.00.3:\ :cortr.sattpts=3:\ :cn.retry.ltwat=00.10.00:\ :cn.rety.ltattempts=6:\ :tcpax.time.toait=0:\ :runsep.max.time.to.wit=0:\ systemzoo:\ :dkdkd :sksdk ~~~~~~~~ grep "^*" file This should pick up...
  8. galger

    Un cpioing a file in linux Redhat.9.0

    How do I extract ? ========== cpio -itvs < filename.cpio ========== This command reads the cpio.file and print what is in the cpio file.. ---- Cannot figure out what to put in the args to EXTRACT this file.. tried different combinations.. nothing seems to work. Anyone..
  9. galger

    generate possible combonations

    There is probably a unix script out there like this.. Need to generate possible combonations of a paticular list. example: ~ sally bill greg jim ~ sally bill greg jim jim greg bill sally and so on....
  10. galger

    Unix Admin trying to access AS400

    can no longer access as400 sever.. I was able to telnet to it. Power went out to server.. System seems to come back up. I know there is a good network connection to the AS400 server. can anyone tell a good place to start. Thanks galger.
  11. galger

    Can only print PCL (pjl) file from Linux

    Why???? I am Printing the same PCL file on five different flavors.. Only LinuxRedhat will print it. The other 4 flavors (HPUX11, SCO, AIX, and Solaris) Printer Data Light blink on the printer, it says it is printing.. then resets. The lp print job just disappears from the queue. (lpstat...
  12. galger

    PCL file will only print from Redhat Linux

    Why???? I am Printing the same PCL file on five different flavors.. Only LinuxRedhat will print it. The other 4 flavors (HPUX11, SCO, AIX, and Solaris) Printer Data Light blink on the printer, it says it is printing.. then resets. The lp print job just disappears from the queue. (lpstat...
  13. galger

    Only Redhat Linux can print my PCL file

    Why???? I am Printing the same PCL file on five different flavors.. Only LinuxRedhat will print it. The other 4 flavors (HPUX11, SCO, AIX, and Solaris) Printer Data Light blink on the printer, it says it is printing.. then resets. The lp print job just disappears from the queue. (lpstat...
  14. galger

    Solutions for Citrix Unix

    Can anyone tell me any thing about Citrix for unix.. I'm currently testing citrix Client on Unix.. Does anyone use Citrix in a Unix environment. If so , can you tell me why you use.
  15. galger

    &quot;This feature is not available, please contact system administrator&quot;

    When executing an application though Citrix.. Word for example. Prompts: "This feature is not available, contact system admin".. Anybody... Anybody.. Let me know if this is not enough information for an answer.. Citrix newbie.
  16. galger

    Unixware ???

    I'm posing this question: (taken from lp install script) If you had a choice to install printer on 1) UnixWare 2) OpenServer Able to install on SCO 5.7 - (assumed Openserver was SCO) If you were installing printers on different flavors -- what flavor would you assume Unixware is?
  17. galger

    Unixware ??

    I'm posing this question: (taken from lp install script) If you had a choice to install printer on 1) UnixWare 2) OpenServer Able to install on SCO 5.7 - (assumed Openserver was SCO) If you were installing printers on different flavors -- what flavor would you assume Unixware is?
  18. galger

    Print Job Lock-Ups Printing PCL Files From AIX UNIX

    Print Job Lock-Ups Printing PCL Files From AIX UNIX.. What to check?
  19. galger

    HP unix command for processor speed Ghz.

    ioscan -f ? did really give me much info.. command for good hardware info for HPUX. letn me knoe.
  20. galger

    Unix Print applications??

    I am currently testing High-end printers, Via many differnt flavors of unix, My question is, Are there any small portable applications that I can install on any flavor of unix and perform print tests from those applications?

Part and Inventory Search

Back
Top