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

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

    how to tar files only with uppercase

    How do I tar files only with uppercase also tar files only with lowercase I wanted to keep them separate. i.e ls -l * XXP_ZYL_INTERFACE004.zip XXP_ZYL_INTERFACE005.zip XXP_ZYL_INTERFACE006.zip XXP_ZYL_INTERFACE007.zip XXP_ZYL_INTERFACE008.zip xxe_cnv44.zip xxe_cnv44_1.zip xxe_cnv44_2.zip...
  2. eb222

    unix script menu not working

    Im using below script on sun and it just comes back to the command prompt without running any env variables. the env variables exist in the correct directories and they run manually no problem. #!/bin/sh MAIL=/usr/mail/${LOGNAME:?} # Set up the shell environment: #set -u #trap...
  3. eb222

    something wrong with my memory bank table

    I have run prtdiag and the memory bank table doesnt look right -can somebody confirm if below looks ok? ============================ Memory Configuration ============================ Segment Table: ----------------------------------------------------------------------- Base Address Size...
  4. eb222

    how to cut last 4 characters in file using shell script

    hi if i have a file i wanted to cut the last 4 digits in a shell script -how do i do it? e.g >>file.sh 123456.zip >>vi file.sh FILENAME=$1 DIRNAME=$1 --need this without the .zip extention how do i do this?? Thanks
  5. eb222

    how to force unzip to create a directory

    how do i force unzip to crate a directory for example if i have 111.zip and do unzip -then it will unzip all files in currecnt directory how do i force it to create a directory '111' and place the files in there

Part and Inventory Search

Back
Top