1. bash基础知识
1.1 bash来源
bash 是Bourne-Again shell的缩写, Bourne shell是一个早期的重要shell,由史蒂夫·伯恩在1978年前后编写.
1.2 bash首行内容
#! /bin/bash
2. notepad++ 中nppexec 中需添加的内容
npp_save
pscp -pw rootroot "$(FULL_CURRENT_PATH)" root@192.168.10.11:/opt/bash_study
plink -pw rootroot root@192.168.10.11 sh /opt/bash_study/$(FILE_NAME)