Search Results

Search: Posts Made By: mantis100
1,686
Posted By Yoda
Here is an example using date command to get last...
Here is an example using date command to get last 3 minute timestamps and using an awk program to fetch those lines:
#!/bin/bash

for c in {1..3}
do
t=$( date -d"-${c} min" )
[...
Showing results 1 to 1 of 1

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