
csh
List of commands for csh:
-
csh:tldr:72fef csh: Start an interactive shell session without loading startup configs.$ csh -ftry on your machineexplain this command
-
csh:tldr:9726b csh: Start an interactive shell session.$ cshtry on your machineexplain this command
-
csh:tldr:baef3 csh: Execute specific [c]ommands.$ csh -c "${echo 'csh is executed'}"try on your machineexplain this command
-
csh:tldr:e6cca csh: Execute a specific script.$ csh ${path-to-script-csh}try on your machineexplain this command