bash shell 学习笔记

来源:互联网 发布:服装开单软件 编辑:程序博客网 时间:2024/05/18 00:00

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)

原创粉丝点击