command echo

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?

{ 1 comment }

OpenBSD Change Hostname

by Vivek Gite on May 3, 2008 · 0 comments

How do I change or set my hostname ( computer name ) under OpenBSD operating system?

{ 0 comments }

Linux Rescan HP Smart Array For New Disks

by Vivek Gite on July 10, 2007 · 0 comments

How do I rescan an HP Smart Array for new disks without rebooting in CentOS or Debian or RHEL server?

{ 0 comments }