3 lines
60 B
Text
3 lines
60 B
Text
|
#!/bin/bash
|
||
|
alias dff='df -h | grep -v snap |grep -v tmpfs'
|