Created
February 28, 2018 11:43
-
-
Save brunneis/8c11a80d3d01d3e31af6a5decb0529ef to your computer and use it in GitHub Desktop.
Get the block size of the partition to which belongs the current directory
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
#!/bin/bash | |
stat -c %S -f . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment