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: props
  • 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

    Yeap thats it thank you very much happy new year
  3. 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?
  4. props

    cat command

    There is an error which comes up pro: syntax error at line 45: `end of file' unexpected echo "\n COMMAND MENU\n" while echo " Select option" echo " a.read a file" echo " b.create a file" echo " c.add on existing file" echo " d...
  5. props

    cat command

    works fine thanks do you know how using a loop user to be able to exit this is not the appropreate d) exit ;;
  6. 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 ;;
  7. 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...
  8. 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...
  9. props

    primary or unique

    yes this is part of a coursework .
  10. props

    primary or unique

    im creating the book table which keeps a foreign key from the publisher table is that corect ?? create table Book(Book_ISBN varchar(10) not null, Book_Title varchar(20), Book_DatePub varchar(10), Book_Edition varchar(10), Book_Type varchar(15) Book_Author varchar(20), primary key (Book_ISBN)...
  11. props

    primary or unique

    so you recommend tha is fine ok???? il try what you saying then Thank you very much indeed!
  12. props

    primary or unique

    the thing is there is one publisher with the same id number so i guess must be always 1 am i right? thanks for the help
  13. props

    primary or unique

    Publ_IDNo Publ_Name Publ_Address Publ_Tel Publ_VATno 1 Wesley 21 Edinburgh rd 1234598754 604577 1 Wesley 21 Edinburgh rd 1234598754 604577 1 Wesley 21 Edinburgh rd 1234598754 604577 1 Wesley 21 Edinburgh rd 1234598754 604577 1 Wesley 21 Edinburgh rd 1234598754 604577 1 Wesley 21 Edinburgh rd...
  14. props

    primary or unique

    cn i have just one raw in a table ? with only the primary key ? instead of writing it 5 times ??
  15. 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
  16. 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
  17. props

    Books for OCP Internet application developer

    Don't waste your time and money with Allens book, OCP Building Internet Applications I & II!!!!!!!!!!!!!!!!!

Part and Inventory Search

Back
Top