diff options
Diffstat (limited to '')
-rw-r--r-- | .bashrc_text | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.bashrc_text b/.bashrc_text index 2c25ff3..ed9bac6 100644 --- a/.bashrc_text +++ b/.bashrc_text @@ -1,8 +1,5 @@ [ ! -z "${BASHRC_TEXT+x}" ] && return || readonly BASHRC_TEXT=1 -# Handy sed one-liners -# -------------------- - alias dos2eol='sed --binary --in-place '"'"'s/\(\r\?\)$//'"'" alias eol2dos='sed --binary --in-place '"'"'s/\r\?$/\r/'"'" |