X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=brc;h=f2793e888dcc334ad8899f1a9656a893abea1550;hb=8d29de95be2b44cac6e2cc3d0643f542be05e4bd;hp=84837358700987d5510d9d36e2c555d9ffd25e70;hpb=b757c84a4fc56f58b4985681b76df655d8db007a;p=distro-setup diff --git a/brc b/brc index 8483735..f2793e8 100644 --- a/brc +++ b/brc @@ -1938,6 +1938,11 @@ reresolv() { fi } +# add annoyingly long argument which should be the default +sedi() { + sed -i --follow-symlinks "$@" +} + rmstrips() { ssh fencepost head -n 300 /gd/gnuorg/EventAndTravelInfo/rms-current-trips.txt | less }