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

    script unix comand

    i have create a terminal session file named myscript using : script myscript Now i want to append on this file what i typed is script -a myscript but it does not, work just overwrites on the previous iformation any help ?
  2. props

    cp command for different users

    cp file /home/ugrad/gtr954/backup another user cp file /home/ugrad/rtw567/backup i have a command in my script that copies a file on a different user's backup folder. any idea how to write this down?
  3. props

    cat command

    Anyone can help ? this is the error g: echo Name the file that you want to add information:\c: not found c) echo" Name the file that you want to add information:\c" read answer echo cat>> $answer ;;
  4. props

    a simple script

    any idea how to make this to work . User inputs a filename and cat command reads the filename : # simple cat commands echo "\n COMMAND MENU\n" echo " a.read a file" echo " b. exit" echo "Enter a, or b: \c" read answer echo case "$answer&quot...
  5. props

    SQL> select * 2 from book;

    SQL> select * 2 from book; BOK_ISBN BOK_TITLE BOK_DATE BOK_EDIT BOK_TYPE BOK_AUTH ---------- ------------------ --------- -------- ------------ ------------ PU_ID ---------- 333645510 Comp Architecture 03-AUG-99 Fifth Algorithms B.S Chalk 1 789548455...
  6. props

    primary or unique

    i have a table named publisher with Publ_IDNo the primary key in every raw must be the same. using insert into publisher the first raw created succesfully the second insert into table gave me a ORA-00001: unique constraint (SCOTT.SYS_C003035) violated Any advice thanks
  7. props

    delete tables in sql

    how can i delete a table in sql? becasue i have create a table called publisher and i can't erase it. Is this has something to do with the clear buffer ?? Thanks in advance

Part and Inventory Search

Back
Top