当前位置:网站首页>Summary of shell related commands
Summary of shell related commands
2022-07-26 22:31:00 【East Slope】
1. echo Instructions , be used for shell String output
- Output string as is , Do not escape or take variables ( single quote ):
- echo 'Toolchain path($CODE_BASE_PATH):' Output :Toolchain path($CODE_BASE_PATH):
- Replace the passed variable value , Double quotes ,$ Followed by variable name
- As ordered :

- Output is :
![]()
2. Make the file executable ,
The order is : chmod x filename
3. Keyword search history command :ctrl+r
4. Display historical command time :
file #vi /etc/profile Add environment configuration in export HISTTIMEFORMAT="%Y-%m-%d %H:%M:%S "
5. History command fuzzy search :history | grep '.shm' Include keywords .shm All the orders of
6. ls -lrt Display the file details in the directory
7. irun Emulator add waveform file
initial begin
$shm_open("waves.shm");
$shm_probe("AC");
End
Open waveform :simvision waves.shm/
边栏推荐
- DTS搭载全新自研内核,突破两地三中心架构的关键技术|腾讯云数据库
- Want the clouds in the picture to float? Video editing services can be achieved in three steps with one click
- Blog Garden beautification skills summary
- MySQL数据库介绍
- 模块8(消息队列存储消息数据的mysql表格)
- y78.第四章 Prometheus大厂监控体系及实战 -- prometheus的服务发现机制(九)
- Regular expressions and bypass cases
- Leetcode 122: the best time to buy and sell stocks II
- Five years after graduation, I changed from information management to software testing engineer, and my monthly salary finally exceeded 12K
- Internet celebrity spicy bars can't catch young people
猜你喜欢

The potential of emerging markets is unlimited, and advance.ai risk control products help Chinese offshore enterprises build a solid foundation for safe development

Botu PLC output channel mapping FC

Nacos作为注册中心、配置中心入门使用篇-实现远程调用、动态获取配置文件、数据库配置信息

yolov1

基于gRPC编写golang简单C2远控

Understand China's financial system in one article

Relying on metauniverse and NFT, the world shows crazy "cutting leeks"?

yolov1

The trailer of Samsung Galaxy Z foldable product leaked: 'flexibility is better than plane'

光源控制器拨码开关使用说明
随机推荐
LeetCode 122:买卖股票的最佳时机 II
VCs compilation and simulation process
参数解析与跳石板
Botu PLC output channel mapping FC
JMeter -- response Chinese garbled code processing
学了那么久的用例设计,知不知道为什么设计测试用例
View drawing process 1-the relationship between view and window
正则表达式及绕过案例
jmeter -- response中文乱码处理
Module 8 (message queue MySQL table storing message data)
Alibaba three sides: how to solve the problems of MQ message loss, duplication and backlog?
自己学习Cesium的笔记简介
Nacos作为注册中心、配置中心入门使用篇-实现远程调用、动态获取配置文件、数据库配置信息
判断numpy array数组的维数
什么是 Base64 ?
Weilai cup 2022 Niuke summer multi school training camp 1
Add resource files for the project and pictures for buttons in QT
JWT implements login authentication + token automatic renewal scheme, which is the correct posture!
挖财钱堂和启牛学堂哪个更好一些?是安全的吗
JSON字符串转化为JSON对象,获取某个key的值,判断某个key是否存在