Coder Social home page Coder Social logo

lidemy_mtr02's People

Contributors

ananyu0606 avatar

Stargazers

 avatar

Watchers

 avatar

lidemy_mtr02's Issues

Daily Report

9/3

  • MTR01 LESSON1第一堂(聽完)
  • GIT 101 超新手入門 (35% 完成git基礎指令學習)
  • 整理GIT、Command Line入門筆記
  • 線上直播課程第一堂

VIM指令

在cmder中執行VIM

指令 說明
vim 查詢vim版本
vim <file_name> 以vim開啟file_name
在vim的執行畫面下 :q 離開vim :w 存檔 :wq 存檔並離開
vim <new_file> 以vim建立一個名為new_file的檔案並在vim中執行之

command line

指令 說明
pwd print working directory
ls-all List
cd Change directory
指令名稱 --help 查詢特定指令
touch 建立檔案/更新檔案日期
mkdir 建立資料夾
rm 刪檔案
rm -r 刪資料夾
mv 移動or改名
cp Copy
grep 查詢檔案中的關鍵字位置
wget 位址 下載位址的檔案或頁面
curl 送出request(get) 擷取網頁html的內容
curl-I 讀取網頁header的內容
ls -al > <new_file> 將ls -al查詢的結果存入new_file這個檔案中(會將原檔案內容完全覆蓋)
ls -al >> <existed_file> 將ls -al查詢的結果加入(append)至existed_file這個檔案中(不會覆蓋原檔案內容)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.