We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba515cd commit 58c5442Copy full SHA for 58c5442
devtools/init.d/init.csh
@@ -60,9 +60,6 @@ alias xquery "saxonXQ"
60
alias xslt2 "saxonXSL"
61
alias xsl2 "saxonXSL"
62
63
-# Unicode/UTF-8 aware rev:
64
-alias rev "perl -nle 'print scalar reverse \$_'"
65
-
66
# utility command
67
alias path "echo $PATH | tr ':' '\n'"
68
devtools/init.d/init.sh
@@ -72,10 +72,6 @@ alias xquery="saxonXQ"
72
alias xslt2="saxonXSL"
73
alias xsl2="saxonXSL"
74
75
76
-alias rev="perl -nle 'print scalar reverse \$_'"
77
-alias sortr='LC_ALL="ru" sort'
78
79
80
alias path='echo -e ${PATH//:/\\n}'
81
0 commit comments