Help


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Help
# 1  
Old 05-27-2005
Help

Hi,

Never used Unix before Smilie - have to execute a script called load_ims_table.sh with an argument which is a table name. I just need the syntax.

Any help greatly appreciated.

Thanks!

M
# 2  
Old 05-27-2005
First, read the rules.

change directory to where the script is located and then execute in the following way:

$ cd /some/dir
$ ./somescript tablename

OR

$ /some/dir/somescript tablename
 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question