
网课笔记
记录网课学习知识点
La vie est belle❤️
长长的路,慢慢地走
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Shell Scripting
Shell ScriptingL1. Introduction to ShellC1: manipulating files and directoriespwd: where am I?ls: how can I identify files and directories?How else can I identify files and directories?cd: how can I move to another directory?How can I move up a directory?c原创 2020-08-30 13:57:48 · 1430 阅读 · 0 评论 -
[Notes] Vim Masterclass | Udemy
Vim simple cheat sheet Create a new file named by abc123: vim abc123 Navigation: To move down a line, press "j". To move up a line, press "k". To move to the right, press "l". To move to the lef...原创 2020-02-26 00:26:10 · 711 阅读 · 0 评论 -
Perl Notes from Udemy [Learn Perl 5 By Doing It]
Perl 模块安装 参考: 各个平台下 Perl 模块安装总结 官网介绍 Error: Can’t create ‘/Library/Perl/5.18/App’:改用sudo Tutorial2.pl use strict; use warnings; sub main { print "Hello World!\n"; } main(); Tutorial3.pl use strict...原创 2019-11-24 22:31:11 · 1813 阅读 · 2 评论