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 Mike Lewis 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. mosama1

    Read files name from folder

    Hi there, I want to read the file's name from specific path then write it in another file,so whats the commands to do this.
  2. mosama1

    Substring

    Hi all, i want to use substring function in shell script,so how can i use it?
  3. mosama1

    While Loop

    Thanks to both of you
  4. mosama1

    While Loop

    what is the different between || and -o
  5. mosama1

    While Loop

    how to spotted it
  6. mosama1

    While Loop

    Yes the value of $RET is assigned i ask about this line of code while [ $RET -ne 0 || $RET -ne 3 ]; is true
  7. mosama1

    While Loop

    I want ti know if this script is true or not while [ $RET -ne 0 || $RET -ne 3 ]; do RET=$? done

Part and Inventory Search

Back
Top