This website requires JavaScript.
Explore
Help
Sign In
nortega
/
my-scripts
Watch
1
Star
0
Fork
0
You've already forked my-scripts
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2794405fb7
my-scripts
/
space-usage-update
3 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit.
2021-08-31 06:25:02 +00:00
#!/bin/bash
Scripts updated for work laptop.
2022-10-25 11:52:22 +00:00
df -h | awk '{ if ($6 == "/") printf "/: " $4; }' > $HOME/.cache/free-space
Reference in New Issue
Copy Permalink