blob: 8c2880a9dc27edde350aeafd29adf382f58279c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
bin/ksh93
@unexec echo "Updating /etc/shells"; sed -i "" "\|%D/%F|d" /etc/shells
@exec echo "Updating /etc/shells"; sed -i "" "\|%D/%F|d" /etc/shells; echo %D/%F >> /etc/shells
man/man1/ksh93.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dirs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/popd
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pushd
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|