Skip to content

Instantly share code, notes, and snippets.

@goromlagche
Created August 24, 2019 07:30
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 goromlagche/d1b0bdf8754250803f20164bd9da20e8 to your computer and use it in GitHub Desktop.
Save goromlagche/d1b0bdf8754250803f20164bd9da20e8 to your computer and use it in GitHub Desktop.
str="daily" && str_up="${str^^}" && echo $str_up | fold -bw1 > lol.txt && echo $str_up | fold -w1 | xargs echo && tail -n +2 lol.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment