repo.or.cz
/
midnight-commander
/
osp
/
benatmic.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added two macro examples:
[midnight-commander/osp/benatmic.git]
/
misc
/
macros.d
/
macro.7.sh
blob
e0b8c2471a507f99b8bd0e97e2bff13f9cdd5278
1
w delete trailing whitespace
2
TMPFILE
=
`mktemp
${MC_TMPDIR:-/tmp}
/up.XXXXXX`
||
exit
1
3
cat
%
b
>
$TMPFILE
4
cat
$TMPFILE
|
sed
's/[
\t
]*$//'
> %
b