dot
Get help on Linux dot Command.
Linux dot ( . ) command is use to execute commands from a file in the current shell on Linux system. The Linux dot ( . ) command is one of bash shell built in command. The command example below show how to get dot ( . ) command manual or help on Linux dot ( . ) command using shell command, this help show information on how to use the Linux dot ( . ) command.
Get Linux dot ( . ) command help
Execute help command and the name of Linux command that we want the help file, the example below we execute help command with -m option to get the help for dot ( . ) command using the manpage format.
[linux@fedora11 ~]$ help -m .
NAME
. - Execute commands from a file in the current shell.
SYNOPSIS
. filename [arguments]
DESCRIPTION
Execute commands from a file in the current shell.
Read and execute commands from FILENAME in the current shell. The
entries in $PATH are used to find the directory containing FILENAME.
If any ARGUMENTS are supplied, they become the positional parameters
when FILENAME is executed.
Exit Status:
Returns the status of the last command executed in FILENAME; fails if
FILENAME cannot be read.
SEE ALSO
bash(1)
IMPLEMENTATION
GNU bash, version 4.0.16(1)-release (i386-redhat-linux-gnu)
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[linux@fedora11 ~]$
Keywords: dot, dot command, linux dot command, dot linux command, linux command dot, dot command manual, dot manual, dot help, help dot, command dot help, help dot command
- Add new comment
- 832 reads
- Tell your friends


Recent comments
16 weeks 5 days ago
21 weeks 10 hours ago
21 weeks 12 hours ago
24 weeks 4 days ago
24 weeks 4 days ago
29 weeks 5 days ago
29 weeks 6 days ago
29 weeks 6 days ago