Search Results

Search: Posts Made By: tsurendra
1,872
Posted By radoulov
With GNU awk 4 you can easily reconstruct the...
With GNU awk 4 you can easily reconstruct the original variable field separator(s):

split(string, array [, fieldsep [, seps ] ])
Divide string into pieces separated by fieldsep and store the...
1,872
Posted By itkamaraj
$ nawk '{print...
$ nawk '{print substr($0,1,index($0,$4)+length($4))}' test
6271 manchester (tab) 11/09/09
6272 manchester (tab) 11/09/09



---------- Post updated at 04:11 PM...
1,989
Posted By itkamaraj
just execute the date command in top of your...
just execute the date command in top of your script and end of the script.


echo "Starting Time : `date`"
....
....
echo "Ending Time : `date`"
6,176
Posted By Corona688
It's a tool, not something with specific purposes...
It's a tool, not something with specific purposes in mind. It expands your options for organizing files and directories.

One of my users has a large website, larger than the amount of space I...
6,176
Posted By newbielgn
Consider you have a file called original , then...
Consider you have a file called original , then you can create hardlink to this file using command given below
$ ln original hardlink

Now you can create a softlink to original file using...
34
81,836
Posted By ungalnanban
Vim tips and tricks
Vim Tips and Tricks


Save and quit



:w => Save [:w filename writes the content to the specified file from current file]

:q => Exit as long as there have been no changes

:q! =>...
281,259
Posted By Neo
Simple rules of the UNIX.COM forums:
RULES OF THE UNIX AND LINUX FORUMS

For the latest version of the community rules (the official community rules page), please visit here. (https://www.unix.com/misc.php?do=cfrules)


No flames,...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 05:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy