Home > Backend Development > PHP Tutorial > linux awk time calculation script

linux awk time calculation script

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-29 09:11:56
Original
962 people have browsed it

If planning time is troublesome in Linux,

Use the awk script as follows

BEGIN {FS=<span>"</span><span>:</span><span>"</span>;OFS=<span>"</span><span>:</span><span>"</span><span>}
 {total_seconds</span>=total_seconds+$<span>3</span><span>}
 total_seconds</span>>=<span>60</span> {total_sec>60<span>   $</span><span>2</span>=$<span>2</span>+<span>1</span><span>  }
{total_minutes</span>=total_minutes+$<span>2</span><span>  $</span><span>2</span>=$<span>2</span>+<span>1</span><span>  }
{total_minutes</span>=total_minutes+$<span>2</span><span>}
 total_minutes</span>>=<span>60</span>{total_minutes=total_minutes-<span>60</span><span> $</span><span>1</span>=$<span>1</span>+<span>1</span><span>}
{total_hours</span>=total_hours+$<span>1</span><span>}
END{print $</span><span>1</span>,$<span>2</span>,$<span>3</span>}
Copy after login

Email:362299908@qq.com

The above introduces the linux awk time calculation script, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template