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
  • Order by date
  1. eb222

    how to tar files only with uppercase

    hi but what would be the full command? thanks in advance but im still new at this.
  2. 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...
  3. eb222

    unix script menu not working

    thanks the suggestions have worked very much appreciated
  4. 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...
  5. eb222

    something wrong with my memory bank table

    but they have interleave factor of 1 each while others have 16 -would this cause a performance issue?
  6. eb222

    something wrong with my memory bank table

    looking at below value in particular: 0x3200000000 1GB 1 BankIDs 48 0x3300000000 1GB 1 BankIDs 49 it has only one bank id's and interleave way?
  7. 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...
  8. eb222

    how to force unzip to create a directory

    hi got it working thanks forgot to do below: export NEWDIR=`basename $1 .zip`
  9. eb222

    how to force unzip to create a directory

    Thanks very much but when i run the below command i get following error (p.s this is for solaris) $ cat script.sh export NEWDIR=`basename $1` mkdir $NEWDIR cust_unzip -d $NEWDIR $1 $ ./script.sh XXE_O2C34_QUOTE_MARGIN_1_5.zip mkdir: Failed to make directory "XXE_O2C34_QUOTE_MARGIN_1_5.zip"...
  10. 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
  11. 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