学习笔记之Linux / Shell / QSHELL

shell(计算机壳层)_百度百科

  • http://baike.baidu.com/subview/849/15831672.htm

Shell (computing) - Wikipedia, the free encyclopedia

  • http://en.wikipedia.org/wiki/Shell_(computing)
iSeries QSHELL - Wikipedia
  • http://en.wikipedia.org/wiki/ISeries_QSHELL
  • According to IBM, QSHELL is a “UNIX-like” interface built over OS/400. The commands you issue point to programs in a “QSHELL” library. To use QSHELL, key STRQSH or QSH on an iSeries command line.
  • PASE is a “real” UNIX—it is actually AIX. It looks similar to QSHELL, but doesn’t have some of the limitations built into QSHELL. To use PASE, CALL QP2TERM.
AIX_百度百科 
  • http://baike.baidu.com/view/349664.htm
  • AIX(Advanced Interactive eXecutive)是IBM基于AT&T Unix System V开发的一套类UNIX操作系统,运行在IBM专有的Power系列芯片设计的小型机硬件系统之上。

编写可靠Linux shell脚本的八个建议


Linux常用命令全称 - 程序员大咖

  • https://mp.weixin.qq.com/s/AMnlM75hAMdrSCURZ4QarQ
  • https://www.cnblogs.com/wangcp-2014/p/6539035.html

176条DevOps人员常用的linux命令速查表 - 程序员大咖

  • https://mp.weixin.qq.com/s/iQBmEzsGxAx4FJq0SBH6Gg

97条 Linux 常用命令总结 - 机器学习算法与Python学习

  • https://mp.weixin.qq.com/s/RK_bqt5ihi3jAn9-i1qKtg
  • https://zhuanlan.zhihu.com/p/36093355

Linux Shell的18条常用命令整理 - Linux学习

  • https://mp.weixin.qq.com/s/mNSXpKzMpMcP3V6Rf6Nzcg

Linux Shell 基础 -- 总结几种括号、引号的用法

解放你的双手,一个命令帮你减负 - Linux学习

  • https://mp.weixin.qq.com/s/EA3MbENrq8jfj0bD40ITNw

如何用 Linux 技巧大大提高工作效率? - CSDN

  • https://mp.weixin.qq.com/s/wZ7tqB8EDEduQE-2gtUdFA

vim三种模式下的小技巧 - Linux学习

  • https://mp.weixin.qq.com/s/XgKK9kyuaBwF8x4caBULYQ

常用命令

cat 文件名 输出文件内容到基本输出( 屏幕 or 加>fileName 到另一个文件)
cb 格式化 源代码
cd 进入目录
chmod //change mode,改变文件的权限
clear - clear the terminal screen
cp copy
date 当前的时间和日期
du 查看磁盘空间状况
echo 显示指定文本
echo $abc 在 变量赋值之后,只需在变量前面加一个$去引用.
lint 语法检查程序
ls dir
man help
mkdir 创建目录
more 显示文件
more type
mv 改文件名 /移动文件
ps 查看当前进程状况
pushd and popd
pwd 显示目录路径命令
rm -rf 删除非空文件夹
rmdir 删除目录
who 你的用户名和终端类型
定义 变量 name=abc? (bash/pdksh) || set name = abc (tcsh)

How to extract .tar.gz Files ?

How to view the contents of tar.gz file without extracting it ?

How to hide and view hidden files / directories ?

How to view system environment variables ?

  • $ env

How to add and view path environment variable ?

  • $ export PATH=~/folder/:${PATH}
  • $ echo $PATH

How to add and use alias ?

  • $ alias test=~/bin/test
  • $ test

How to find and kill process ?

  • $ ps ax | grep python
    • 11111 pts/9 Tl 0:08 python ...
  • $ kill -9 11111

转载于:https://www.cnblogs.com/pegasus923/p/4305724.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值