Search Results

Search: Posts Made By: hari_anj
2,113
Posted By hari_anj
sort command
What is the meaning of the following sort command

sort -t"|" +n0 -k2.1,2.3 filename
3,972
Posted By hari_anj
For getting nanoseconds: date '+%N' refer...
For getting nanoseconds:
date '+%N'

refer man page of date command for more details.
5,862
Posted By hari_anj
You can change the time zone value to same in...
You can change the time zone value to same in both servers with the help of environment variable TZ.

Eg:
TZ=Asia/Calcutta
export TZ

Execute your compare commands after setting same time...
2,181
Posted By hari_anj
Please try the following command while true;...
Please try the following command

while true; do cat file* >> tempfile 2>/dev/null; done;
Forum: HP-UX 06-10-2008
9,984
Posted By hari_anj
HP-UX to Redhat Linux Migration
Hi,

We are planning to do migration from HP-UX to Redhat linux. We have 1300 makefiels. Is there any difference between HP-UX make and GNU make? Is there any tutorial on that?

Regards
hari_anj
13,535
Posted By hari_anj
Find the age of a file in Minutes
KSH:
Please lt me know how to find the age of a file in minutes(Based on last modified time).
ie, if the file was modified 15 Minutes ago, the output should be 15
Showing results 1 to 6 of 6

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