- published: 13 Feb 2014
- views: 315412
In Unix-like and some other operating systems, the pwd command (print working directory) is used to output the path of the current working directory.
The command is a shell builtin in certain Unix shells such as sh, and bash. It can be implemented easily with the POSIX C functions getcwd() and/or getwd().
The equivalent on DOS (COMMAND.COM
) and Microsoft Windows (cmd.exe) is the "cd" command with no arguments. Windows PowerShell provides the equivalent "Get-Location" cmdlet with the standard aliases "gl" and "pwd". The OpenVMS equivalent is "show default".
If the following is input into a terminal: <source lang="bash"> $ pwd /home/foobar </source>
and the computer prints out /home/foobar, that means that the directory the user is currently in is /home/foobar. In the following example, the user is located in the directory /usr/local/bin, uses the command pwd, uses the command cd .. to move back to the parent directory and then uses pwd again: <source lang="bash"> $ pwd /usr/local/bin $ cd .. $ pwd /usr/local </source>
Aaron Dontez Yates (born November 8, 1971), better known by his stage name Tech N9ne (pronounced "Tech Nine"), is an American rapper from Kansas City, Missouri. In 1999, Yates and Travis O'Guin founded the record label Strange Music. Throughout his career, Yates has sold over one million albums and has had his music featured in film, television, and video games. In 2009, he won the Left Field Woodie award at the mtvU Woodie Awards.
His stage name originated from the TEC-9 semi-automatic handgun, given to him by rapper Black Walt due to his fast rhyming style. Yates later applied a deeper meaning to the name, claiming that it stands for the complete technique of rhyme, with 'tech' meaning technique and 'nine' representing the number of completion.
Aaron Dontez Yates was born on November 8, 1971 in Kansas City, Missouri. He began rapping at a very early age, and would rap the letters of his name in order to remember how to spell it. He never met his father, and his mother suffered from epilepsy and lupus when he was a child, which emotionally affected him and inspired him to "search for God." He would wander around abandoned buildings with his best friend, Brian Dennis, hoping to catch a ghost on film. In 2003, Dennis was shot and killed by his girlfriend's ex-boyfriend, which further inspired Yates' search for a higher power, as well as giving him the drive to vent his frustrations in his music.