sb-memory: refactor
This commit is contained in:
parent
5a17a4fd66
commit
1cdc766bf5
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
printf "%b" " "
|
||||
free -m | sed -n '2{p;q}' | awk '{printf ("%2.2fG/%2.2fG\n", ($3 / 1024), ($2 / 1024))}'
|
||||
free -m | awk 'NR==2 { printf ("%2.2fG/%2.2fG\n", ($3 / 1024), ($2 / 1024)) }'
|
||||
|
|
Loading…
Add table
Reference in a new issue