csh

How do I check whether a directory is empty or not under Linux / UNIX using a TCSH / C shell script?

{ 0 comments }

How do I run “foo” command 10 times (or n times) under Linux or UNIX like operating systems?

{ 6 comments }

How do I change the default home page with Lynx browser under UNIX or Linux operating system? How do I set the startup page to http://google.co.uk with Lynx?

{ 0 comments }

Linux / UNIX: Run Commands When You Log Out

by Vivek Gite on November 23, 2010 · 0 comments

I’ve written a Perl script that connects to our central server for me and it allows me feed data so that I make a timesheet later. How do I run my script when I log out from Apple OS X or Linux / UNIX workstation using bash shell?

{ 0 comments }

How do I display my current path settings under Linux / FreeBSD / OpenBSD / NetBSD / Apple OS X / UNIX like operating systems using bash or ksh or csh / tcsh shell?

{ 0 comments }

How can I configure the bash shell to logout any user automatically after a period of idle time under Debian Linux or any other UNIX like operating system?

{ 1 comment }

Understanding command line shell

by Vivek Gite on November 30, 2006 · 2 comments

Q. I’ve migrated from Windows NT to Linux workstation. Most documents refer to a command line shell. Can you explain me command line shell? A. A shell allows you to type the commands such as date or clear. There are many shell available. BASH (bourne again shell) is default shell for most Linux distributions. It [...]

{ 2 comments }