chdir $my_dir or die("Cannot cd into directory $my_dir.\n"); #### #!/bin/ksh Important_Directory=/foo/bar cd Important_Directory rm -rf * # # more stuff here #