I'm writting a script to move some files into a specific directory and would like to dump the user into that directory to review the files them just imported. Can I do that from within a script. I know I can read their imput, how do I push the command?
Here's what the cmd line would look like:
user@hosts:/dirA/subdir> getlogs.sh
user@hosts:/dirD/logsdir>
-B
Here's what the cmd line would look like:
user@hosts:/dirA/subdir> getlogs.sh
user@hosts:/dirD/logsdir>
-B