sorting do not return best results
This commit is contained in:
parent
24bedd3a70
commit
23176b30c0
@ -78,5 +78,5 @@ function istherenewissues() {
|
||||
echo "$LASTISSUE" > .newjiraissue
|
||||
}
|
||||
function greppagedate() {
|
||||
curl -sSL "$*" | \grep datetime | \grep -Eo '[[:digit:]]{4}' | sort -n | head -n1
|
||||
curl -sSL "$*" | \grep datetime | \grep -Eo '[[:digit:]]{4}' | head -n1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user