Webinar 2016 UNIX shell expansion: proper use and advanced forms

From SHARCNETHelp
Revision as of 13:06, 8 February 2016 by imported>Syam (Created page with "This talk will go over proper use of bash expansions (e.g., variable substitution) and their less well known forms (e.g., the remove matching prefix/suffix pattern). The forme...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This talk will go over proper use of bash expansions (e.g., variable substitution) and their less well known forms (e.g., the remove matching prefix/suffix pattern). The former will mainly concern itself with how to use proper quoting to avoid as many word splitting issues as possible and the later with a whirlwind tour of the less common options available.