Skip to content

Instantly share code, notes, and snippets.

View haodemon's full-sized avatar
:octocat:
compiling...

Alfred S. haodemon

:octocat:
compiling...
  • IPONWEB
  • Berlin, Germany
  • 09:11 (UTC +02:00)
View GitHub Profile
@haodemon
haodemon / README.md
Created February 9, 2018 10:37 — forked from magnetikonline/README.md
Bash string manipulation cheatsheet.

Bash string manipulation cheatsheet

Removal
Delete shortest match of needle from front of haystack ${haystack#needle}