Skip to content

Instantly share code, notes, and snippets.

@brunneis
Created February 28, 2018 11:43
Show Gist options
  • Save brunneis/8c11a80d3d01d3e31af6a5decb0529ef to your computer and use it in GitHub Desktop.
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
#!/bin/bash
stat -c %S -f .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment