Skip to content

Instantly share code, notes, and snippets.

@tomoyk
Created May 16, 2017 04:57
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 tomoyk/d68496c2caec4dcae7bb5d2507af5628 to your computer and use it in GitHub Desktop.
Save tomoyk/d68496c2caec4dcae7bb5d2507af5628 to your computer and use it in GitHub Desktop.
simple bash cooking memo
#!/bin/bash
# ls
echo *
> a b c
echo ./*
> ./a ./b ./c
# input
echo abc | cat -
> abc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment