Next: , Previous: , Up: c1541   [Contents][Index]


14.4 Executing shell commands

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.