必备命令行集合_艾孜尔江撰
Graphical user interfaces are super friendly to computer users. They were introduced in reaction to the perceived steep learning curve of command-line interfaces (CLIs).
However, they often require more resources, are less powerful and hard to automate via scripting.
As a computer expert, we want to be more efficient and do our jobs better. We know that command words may not be easily discoverable or mnemonic, so we try to list some common tasks that you might be tempted to do in GUI.
1|0copy a file
STOP DRAG AND DROPPING A FILE, OR CMD/CTRL + C, CMD/CTRL + V A FILE 👎
Copy readme.txt
to the documents
directory
2|0duplicate a file
STOP RIGHT CLICKING AND DUPLICATE A FILE 👎
More advanced:
3|0copy a directory
STOP DRAG AND DROPPING A DIRECTORY, OR CMD/CTRL + C, CMD/CTRL + V A DIRECTORY 👎
Copy myMusic
directory to the myMedia
directory
4|0duplicate a directory
STOP RIGHT CLICKING AND DUPLICATE A DIRECTORY 👎
5|0move a file
STOP DRAG AND DROPPING A FILE, OR CMD/CTRL + X, CMD/CTRL + V A FILE 👎
Always use a trailing slash when moving files, for this reason.
5|1rename a file
STOP RIGHT CLICKING AND RENAME A FILE 👎
6|0move a directory
STOP DRAG AND DROPPING A DIRECTORY, OR CMD/CTRL + X, CMD/CTRL + V A DIRECTORY 👎
7|0rename a directory
STOP RIGHT CLICKING AND RENAME A DIRECTORY 👎
8|0merge directories
STOP DRAG AND DROPPING TO MERGE DIRECTORIES 👎
9|0create a new file
STOP RIGHT CLICKING AND CREATE A NEW FILE 👎
10|0create a new directory
STOP RIGHT CLICKING AND CREATE A NEW DIRECTORY 👎
11|0show file/directory size
STOP RIGHT CLICKING AND SHOW FILE/directory INFO 👎
12|0show file/directory info
STOP RIGHT CLICKING AND SHOW FILE/DIRECTORY INFO 👎
13|0open a file with the default program
STOP DOUBLE CLICKING ON A FILE 👎
14|0zip a directory
STOP RIGHT CLICKING AND COMPRESS DIRECTORY 👎
15|0unzip a directory
STOP RIGHT CLICKING AND UNCOMPRESS DIRECTORY 👎
16|0peek files in a zip file
STOP USING WinRAR 👎
16|1remove a file
STOP RIGHT CLICKING AND DELETE A FILE PERMANENTLY 👎
IMPORTANT: The rm command deletes my_useless_file permanently, which is equivalent to move my_useless_file to Recycle Bin and hit Empty Recycle Bin.
17|0remove a directory
STOP RIGHT CLICKING AND DELETE A DIRECTORY PERMANENTLY 👎
18|0list directory contents
STOP OPENING YOUR FINDER OR FILE EXPLORER 👎
19|0tree view a directory and its subdirectories
STOP OPENING YOUR FINDER OR FILE EXPLORER 👎
20|0find a stale file
STOP USING YOUR FILE EXPLORER TO FIND A FILE 👎
Find all files modified more than 5 days ago
21|0show a calendar
STOP LOOKING UP WHAT THIS MONTH LOOKS LIKE BY CALENDAR WIDGETS 👎
Display a text calendar
Display selected month and year calendar
22|0find a future date
STOP USING WEBAPPS TO CALCULATE FUTURE DATES 👎
What is todays date?
What about a week from now?
23|0use a calculator
STOP USING CALCULATOR WIDGET 👎
24|0force quit a program
STOP CTRL + ALT + DELETE and choose the program to kill 👎
24|1check server response
STOP OPENING A BROWSER 👎
25|0view content of a file
STOP DOUBLE CLICKING A FILE 👎
26|0search for a text
STOP CMD/CTRL + F IN A DIRECTORY 👎
27|0view an image
STOP USING PREVIEW 👎
28|0show disk size
STOP RIGHT CLICKING DISK ICON OR OPENING DISK UTILITY 👎
29|0check performance of your computer
STOP OPENING YOUR ACTIVITY MONITOR OR TASK MANAGER 👎
30|0Quick tips
[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-lNXoXWbW-1624361305856)(./cli_tips.jpg)]
31|0Hotkeys
__EOF__

本文链接:https://www.cnblogs.com/ezhar/p/14920006.html
关于博主:评论和私信会在第一时间回复。或者直接私信我。
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
声援博主:如果您觉得文章对您有帮助,可以点击文章右下角【推荐】一下。您的鼓励是博主的最大动力!
本文来自博客园,作者:艾孜尔江,转载请注明原文链接:https://www.cnblogs.com/ezhar/p/14920006.html
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列:基于图像分类模型对图像进行分类
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· 25岁的心里话
· ollama系列01:轻松3步本地部署deepseek,普通电脑可用
· 按钮权限的设计及实现
2020-06-22 Windows10应知应会
2020-06-22 VSCode常用设置