OK, Im new to UNIX, but so far i am diggin it. I've written a couple of scripts so far, but right now I am stuck on one that shouldn't be hard at all. All i want to do is type in my command and change to the specified directory. My script looks like this:
#!/bin/sh
cd /user/spuppett/Windows_NT/Desktop/LinuxStuff/
#end
when i run it, it does nothing. Whats wrong with it?
#!/bin/sh
cd /user/spuppett/Windows_NT/Desktop/LinuxStuff/
#end
when i run it, it does nothing. Whats wrong with it?