Monospace Mentor 1 year ago Linux shell tip: Make a quick backup copy `cp originalfile{,.bak}` This command copies `originalfile` to `originalfile.bak` using brace expansion for the name suffixes "" (nothing) and ".bak".