-
-
Save nathiss/7a1f85627b3808a269d0c473e7a78554 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
a = """Filesystem Size Used Avail Use% Mounted on | |
udev 1,9G 0 1,9G 0% /dev | |
tmpfs 394M 1,4M 393M 1% /run | |
/dev/sda5 15G 7,2G 6,7G 52% / | |
tmpfs 2,0G 0 2,0G 0% /dev/shm | |
tmpfs 5,0M 4,0K 5,0M 1% /run/lock | |
tmpfs 2,0G 0 2,0G 0% /sys/fs/cgroup | |
/dev/loop2 56M 56M 0 100% /snap/core18/1932 | |
/dev/loop1 63M 63M 0 100% /snap/gtk-common-themes/1506 | |
/dev/loop3 55M 55M 0 100% /snap/core18/1880 | |
/dev/loop4 30M 30M 0 100% /snap/snapd/8542 | |
/dev/loop0 256M 256M 0 100% /snap/gnome-3-34-1804/36 | |
/dev/loop5 218M 218M 0 100% /snap/gnome-3-34-1804/60 | |
/dev/loop6 51M 51M 0 100% /snap/snap-store/481 | |
/dev/loop7 31M 31M 0 100% /snap/snapd/9721 | |
/dev/loop8 50M 50M 0 100% /snap/snap-store/467 | |
/dev/sda1 511M 4,0K 511M 1% /boot/efi | |
tmpfs 394M 20K 394M 1% /run/user/1000 | |
/dev/sdb 7,9G 29M 7,9G 1% /opt""" | |
print (a) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment