How do I run a Linux shell script? How can I run a script in Linux?
How do I pass the referrer (HTTP referrer)as an HTTP header field using curl command under Linux OR Unix operating systems?
by Vivek Gite on September 25, 2011 · 1 comment
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?
How do I empty a directory (delete all files) under Linux / Unix without deleting directory itself?
I‘d like to skip first two or three fields at the the beginning of a line and print the rest of line. Consider the following input:
This is a test
Giving back more than we take
I want my input file with the following output:
a test
more than we take
How do I printing lines from the nth field using awk under UNIX or Linux operating systems?
How do I count and print particular character (say D or digit 7) in a string or variable under Bash UNIX / Linux shell?
How do I use the bash C style for loop under UNIX or Linux operating systems?