学习笔记之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)
- 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.
- http://baike.baidu.com/view/349664.htm
- AIX(Advanced Interactive eXecutive)是IBM基于AT&T Unix System V开发的一套类UNIX操作系统,运行在IBM专有的Power系列芯片设计的小型机硬件系统之上。
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学习
- 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
常用命令
- linux - How does "cat << EOF" work in bash? - Stack Overflow
- unix - mkdir's "-p" option - Stack Overflow
- https://stackoverflow.com/questions/22737933/mkdirs-p-option
- -p, --parents
- no error if existing, make parent directories as needed
- Linux and Unix mv command tutorial with examples | George Ornbo
- pushd and popd - Wikipedia
- https://en.wikipedia.org/wiki/Pushd_and_popd
- In computing,
pushd
andpopd
are commands used to work with the command line directory stack.
- Linux pushd and popd Command Tutorial for Beginners (3 Examples)
How to extract .tar.gz Files ?
- $ tar xvzf file.tar.gz
- $ tar xvzf file.tar.gz -C /path/to/somedirectory
- How To Extract .tar.gz Files using Linux Command Line - Interserver Tips
How to view the contents of tar.gz file without extracting it ?
- $ tar -tf filename.tar.gz
- How can I view the contents of tar.gz file without extracting from the command-line? - Ask Ubuntu
How to hide and view hidden files / directories ?
- $ mv file .file
- $ ls -al
- $ ll -a
- An Easy Way to Hide Files and Directories in Linux
- https://www.tecmint.com/hide-files-and-directories-in-linux/
- To hide a file or directory from the terminal, simply append a dot . at the start of its name
学习笔记之Linux / Shell / QSHELL的更多相关文章
- 学习笔记之Linux Shell脚本教程:30分钟玩转Shell脚本编程
Linux Shell脚本教程:30分钟玩转Shell脚本编程 http://c.biancheng.net/cpp/shell/
- Linux学习笔记之Linux shell脚本运行出现问题:bash: ./test: bin/sh: bad interpreter: No such file or directory
问题: 在Linux系统中使用“vi test.sh”命令创建.sh文件,保存文件(:wq)并赋予权限(chmod +x test.sh)后,执行(./test.sh),出现问题:“bash: ./t ...
- Linux内核分析第六周学习笔记——分析Linux内核创建一个新进程的过程
Linux内核分析第六周学习笔记--分析Linux内核创建一个新进程的过程 zl + <Linux内核分析>MOOC课程http://mooc.study.163.com/course/U ...
- Hadoop学习笔记之HBase Shell语法练习
Hadoop学习笔记之HBase Shell语法练习 作者:hugengyong 下面我们看看HBase Shell的一些基本操作命令,我列出了几个常用的HBase Shell命令,如下: 名称 命令 ...
- linux学习笔记2 - linux常用命令
转载请标注原链接:http://www.cnblogs.com/xczyd/p/5543731.html 第一篇博客:linux学习笔记1-ubuntu的安装与基本设置 之中,已经介绍了如何安装lin ...
- 【学习笔记】Linux基础(零):预备知识
学习笔记(连载)之Linux系列 Note:本学习笔记源自<鸟哥的Linux私房菜(基础学习篇)>一书,为此书重要内容的摘要和总结,对于一些常识性的知识不再归纳 新型冠状病毒引发的肺炎战& ...
- 大数据学习笔记之Linux基础(一):Linux初窥
文章目录 一.Linux入门概述 1.1 概述 1.2 下载地址 1.3 Linux特点 1.4 Linux和Windows区别 二.VM安装相关 2.1 安装VMWare虚拟机 2.2 安装Cent ...
- Linux学习笔记:使用shell脚本实现ftp的自动上传下载
在 Linux 下可以利用 Shell 实现 ftp 文件的自动上传和下载,封装至 crontab 更可实现定时调度. 1.ftp自动登录批量下载文件 ##### 从ftp服务器上的/home/dat ...
- Linux学习笔记07之shell
shell从广义上分为两类: GUI:GNOME KDE XFACE等 CLI:sh csh bash shell启动:当用户登录完成后,系统会自动启动shelll程序 进程:应用程序的副本,用PID ...
随机推荐
- 【CUDA】Windows 下常用函数头文件
CUDA 函数 头文件 __global__ __device__ #include <cuda_runtime.h> threadIdx #include <device_laun ...
- coursera-斯坦福-机器学习-吴恩达-笔记week4
1 神经网络的提出 线性回归和逻辑回归能很好的解决特征变量较少的问题,但对于变量数量增加的复杂非线性问题,单纯增加二次项和三次项等特征项的方法计算代价太高. 2 神经网络算法 2.1 神经元 模拟神经 ...
- Linux c读取任意大小文件的所有数据
代码如下,执行完之后被分配的动态内存的指针会保存到result中.由于是动态分配内存,读取内容不再使用之后注意用free 释放掉,如不明白,请多搜索以下动态内存分配的资料. #include < ...
- 新一代的json--fetch
fetch( "http://jsontest.bceapp.com/hi", { method:"POST", mode:"core", ...
- Python中的lambda的简单介绍
在学习python的过程中,lambda的语法经常出现,现在将它整理一下,以备日后查看. 1.lambda是什么? 举个例子如下: func=lambda x:x+1 print(func(1)) p ...
- shell读取mysql数据库
select_sql="select value from glpi_configs where name='version' " db_data=`mysql -h $host ...
- IE浏览器使用VLC实时显示视频(海康、大华)
VLC2.X 下载地址: https://download.csdn.net/download/zhutouaizhuwxd/10692873 CSDN必须要加分,你们用分下载吧 使用方法: 只需要添 ...
- 团队项目(MVP------新能源无线充电管理网站)(总结)
经过了几个月的学习时间与团队的磨合以及一系列的困难之后,我们mvp小组一起完成了这个项目,内心也是十分激动和有成就感的.其实一开始基础并不好,很多都不知道,但是通过在慕课网上的学习以及老师严厉地督促下 ...
- 剑指Offer 35. 数组中的逆序对 (数组)
题目描述 在数组中的两个数字,如果前面一个数字大于后面的数字,则这两个数字组成一个逆序对.输入一个数组,求出这个数组中的逆序对的总数P.并将P对1000000007取模的结果输出. 即输出P%1000 ...
- 条件分支语句(SWICH语句)
语法 swich(条件表达式){ Case 表达式: 语句……. Break; Case 表达式: 语句……. Break; Case 表达式: 语句……. Break; default: 语句……. ...