Skip to content

Instantly share code, notes, and snippets.

@happylynx
Last active January 19, 2016 21:43
Show Gist options
  • Save happylynx/92ca98c58f17a47a6701 to your computer and use it in GitHub Desktop.
Save happylynx/92ca98c58f17a47a6701 to your computer and use it in GitHub Desktop.
file offset flags
input if skip iflag
output of seek oflag
  • count number of units to copy
  • bs block (unit) size
  • conv comma separated options:
    • notrunc dont truncate output file
    • fdatasync write data before finishing
    • *fsync write data+metadata before finishing
  • flags
    • dsync
    • sync
    • nonblock
    • nofollow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment