Skip to content

Instantly share code, notes, and snippets.

@ycui1
Last active May 12, 2020 05:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ycui1/c6b1634b101c700ab46404951aebe85e to your computer and use it in GitHub Desktop.
Save ycui1/c6b1634b101c700ab46404951aebe85e to your computer and use it in GitHub Desktop.
mode read write create truncate cursor position
r * start
w * * * start
a * * end
r+ * * start
w+ * * * * start
a+ * * * end
x * start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment