Next: c1541 examples, Previous: c1541 commands and options, Up: c1541 [Contents][Index]
If you want to execute a shell command from within c1541
, just
prepend it with an exclamation mark (!
). For example,
!ls -la
will execute the command ls -la
, which will show you all the
files in the current directory.