vim shname.sh

进入vim insert模式


#!/bin/bash


cd /data/log/zookeeper


tail -200f zookeeper.out


ESC :wq 


给sh脚本添加运行权限


chmod a+x shname,sh


./shname,sh 运行即可

Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐