Skip to content

Latest commit

 

History

History
10 lines (4 loc) · 338 Bytes

File metadata and controls

10 lines (4 loc) · 338 Bytes

exec

The exec command is beyond the scope of this course but there is a use for it that is helpful to know when working in the command line. If called with the name of the current shell it will replace the current shell with a new shell, essentially restarting your command line without having to restart.

Example

exec bash