bash shell

FAQ Updates – June/26/2011

by Vivek Gite on June 26, 2011 · 0 comments

Our FAQ section is updated in last few days with new howtos:

FAQ & Howtos RSS Feed

Get intimated about our new howtos / faqs as soon as it is released via RSS feed.

nixCraft is on Facebook!

Not our Fan yet? We suggest you become one right away! Just visit our Facebook Page. Click on the “like” button.

{ 0 comments }

Windows PowerShell vs UNIX BASH Shell

by Vivek Gite on July 16, 2008 · 1 comment

Shell scripting is fun. It is useful to create nice (perhaps ugly) things (read as solutions) in shell scripting. Now Windows got Powershell. But how does PowerShell measure up to traditional shells like Bash?

{ 1 comment }

In this article ComputerWorld chat to Chet Ramey about his experience maintaining Bash.

{ 0 comments }

I use Google Calendar exclusively. However to access this product you need to use a web browser. There is nice program called gcalcli (Google Calendar Command Line Interface) which allows to access Google Calendar from bash shell. Now I can see an agenda using a specified start/end time and date from a shell prompt over [...]

{ 0 comments }

You can use “type” or “whereis” command to find out which command shell executes and to print binary (command) file location for specified command. whereis command example Display ls command location along with man page path: whereis ls Output: ls: /bin/ls /usr/share/man/man1p/ls.1p.gz /usr/share/man/man1/ls.1.gz type command example Find out which command the shell executes: type -a [...]

{ 3 comments }

nixCraft FAQ Roundup June 19, 2007

by Vivek Gite on June 19, 2007 · 0 comments

Recently updated/posted Linux and UNIX FAQ (mostly useful to Linux/UNIX new administrators or users) : Update Fedora 7 Linux OpenBSD install BASH shell package Star / Stop FTP server on FreeBSD / OpenBSD How to install Linux / UNIX *.tar.gz tarball files Install Language support in CentOS 5 or Red Hat Enterprise Linux Display or [...]

{ 0 comments }

Most of you may be aware of old good DOS/2000/XP pause command. It is used display the prompt. It is used within a computer batch file and allows the computer to pause the currently running batch file until the user presses any key.

{ 20 comments }