Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jqqqqqqqqqq/15ffdb6e0805b26f7a9efe271ab0de5d to your computer and use it in GitHub Desktop.
Save jqqqqqqqqqq/15ffdb6e0805b26f7a9efe271ab0de5d to your computer and use it in GitHub Desktop.
fish functions
function catz # cat without '#' lines
cat $argv | grep -v "^#"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment