Difference between revisions of "Exec"
Jump to navigation
Jump to search
↑ https://askubuntu.com/questions/525767/what-does-an-exec-command-do
Line 7: | Line 7: | ||
== Related commands == | == Related commands == | ||
* <code>[[tail]]</code> | * <code>[[tail]]</code> | ||
− | * <code>[[exec]]</code> <code>[[mount]]</code> option. | + | * <code>[[exec]]</code> <code>[[mount]]</code> [[mount options|option]]. |
== See also == | == See also == | ||
* <code>[[flock]]</code> | * <code>[[flock]]</code> | ||
* {{Bash}} | * {{Bash}} |
Revision as of 12:20, 26 November 2020
Open YOUR_FILE_TO_READ as file descriptor 3 for reading: exec 3< YOUR_FILE_TO_READ
exec
in Bash[1]
Related commands
See also
flock
Bash [ -c ]
,alias
,&&
, Bash history, Autocompletion,set
,unset
,export
,.bash_aliases, .bashrc and .bash profile
,PS1
,echo
,brace expansion
, Function,shopt
,trap
,set -e
,source
,PATH
,complete
,disown
,.hushlogin
,.bashrc
,builtin
,eval
,set
,$PATH
,$HOME
,TZ
,.profile
,-e, -i
,Builtin (Bash)
,mapfile
,~
, return (Bash), for, until,declare, dirname, basename, functions.sh
, Bash arithmetic expansion,shift, bash --rcfile, readonly, $1, $@
Advertising: