Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
#!/bin/bash
# modify the shell script accordingly to your needs
# $1 is the currently recorded file

mv $1 /Users/Administrator/some/folder


Info

We recommend to avoid spaces in file names and for any path used in the script. If spaces can not be avoided, the element must be written in quotation marks. For example instead of >Name Counter< >"Name Counter"< must be used.