history | grep hoge はめんどくさい

mkdir /usr/local/mycommand

cat > /usr/local/mycommand/his <<EOF
#/bin/bash
history | grep \$1
EOF

chmod 755 /usr/local/mycommand/his

echo ‘export PATH=$PATH:/usr/local/mycommand’ >> /etc/profile

 

 

 

Comments are closed.