Search Results

Search: Posts Made By: malcomex999
991
Posted By Scrutinizer
Hi, give this a try: awk ' { ...
Hi, give this a try:

awk '
{
while((p || B[2]<$2 || B[3]>10) && (getline n<f)>0) {
split(n,B)
p=0
}
t=q="null"
if(B[2]==$2 && B[3]<10) {
t=B[1]
...
2,554
Posted By alister
In case it's relevant, that read will discard...
In case it's relevant, that read will discard leading and trailing IFS whitespace, will join lines if the previous line ends with a backslash, and swallow all other backslashes. If you want to...
Forum: Tips and Tutorials 07-31-2005
755,694
Posted By Perderabo
mtime, ctime, and atime
Unix keeps 3 timestamps for each file: mtime, ctime, and atime. Most people seem to understand atime (access time), it is when the file was last read. There does seem to be some confusion between...
Showing results 1 to 3 of 3

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