How do I read a text file using awk pattern scanning and text processing language under Linux / Unix like operating systems?
{ 1 comment }
How do I read a text file using awk pattern scanning and text processing language under Linux / Unix like operating systems?
{ 1 comment }
by nixCraft on April 2, 2012 · 2 comments
I‘m using scp command to copy files from one server to another server. The problem is that I’m unable to copy all hidden files (such as .bash_history). How do I copy hidden files using the scp command under Unix like operating systems?
{ 2 comments }
by nixCraft on March 28, 2012 · 0 comments
I‘m using ps command to read a snapshot of the current processes under Unix / Linux operating systems. However, ps -e or ps aux only displays command / processes names. I need to see complete information about the process including all parameters passed to it. How do I see it under Unix / Linux using ps command?
{ 0 comments }
by nixCraft on September 25, 2011 · 3 comments
How do I check if a bash shell variable called $input is defined or not under BSD / Apple OS X / Unix / Linux like operating systems?
{ 3 comments }
by nixCraft on July 17, 2011 · 2 comments
How do I install Mozilla Firefox which is a free and open source web browser under OpenBSD operating systems?
{ 2 comments }
by nixCraft on May 7, 2011 · 0 comments
ifconfig command does not show IP address on my Linux based laptop computer. How do I fix this problem?
{ 0 comments }
How do I use export command under Linux or Unix like operating systems to set variables?
{ 1 comment }
