From fc4a56c1e06f1dc2d41b61ca8edc857d2a0dd1cd Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 24 Jan 2017 18:20:54 +0300 Subject: sed --follow-symlinks doesn't work w/ sed 4.2.2 --- %HOME%/.bashrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '%HOME%') diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index 82b3ee2..0cae950 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -30,7 +30,10 @@ alias dir='ls --format=vertical' alias less='less --ignore-case --RAW-CONTROL-CHARS' alias tree='tree -a' -alias sed='sed --follow-symlinks' +# alias sed='sed --follow-symlinks' +# The alias above doesn't actually work with stdin in sed 4.2.2, it's a bug +# fixed in sed 4.3. +# Don't forget to uncomment once sed 4.3 becomes common. alias ssh-copy-id='ssh-copy-id -i' -- cgit v1.2.3