/home/cs558000/bin |
to your PATH environment variable. The best way to do this is to add this line in your start up file:
PATH=$PATH:/home/cs558000/bin |
/home/cs558000/bin/add-kshrc |
After you run the command (and it ended successfully), logout, and log back it to make the changes take effect.
>> ns2 hw1.tcl Usage: ns2 hw1.tcl a b Program computes GCD of a abd b >> ns2 hw1.tcl 24 Usage: ns2 hw1.tcl a b Program computes GCD of a abd b >> ns2 hw1.tcl 24 36 GCD = 12 |
/home/cs558000/turnin hw1.tcl hw1 |
You will receive a message when the file is submitted successfully.