Linux高階書籍推薦?

時間 2021-06-08 12:48:34

1樓:meagle

我也曾經記住了不少的命令,後來陸陸續續又給忘了。後來覺得記筆記和招式更重要,

chrisallenlane/cheat

這裡面有常見的shell命令,下面的例子是檢視ls命令的常用方法

cheatsheets git:(master) cheat ls

# Displays everything in the target directory

ls path/to/the/target/directory

# Displays everything including hidden files

ls -a

# 按照時間的先後順序排序

ls -lt

# Displays all files, along with the size (with unit suffixes) and timestamp

ls -lh

# Display files, sorted by size

ls -S

# Display directories only

ls -d */

# Display directories only, include hidden

ls -d .*/ */

2樓:菜天

正規表示式可以學習。

但既然你是進行科學計算方面的,我推薦你使用Python指令碼而不是bash/sh指令碼。

Python為科學計算提供了大量的庫,如:

matplotlab

pandas,numpy

PIL等

方便省事,人生苦短,我用Python.

3樓:「已登出」

The Linux Command Line

這本和Bash Guide for Beginners 比較推薦, bash和正則學起來都很枯燥。科學計算需要的shell能力沒那麼高,但還是很關鍵,不建議一開始就啃書。

學習linux命令的書籍有哪些推薦

itlr Linux for Beginners An Introduction to the Linux Operating System and Command Line Linux Bible The Linux Command Line A Complete Introduction Adv...

初學Linux,有什麼好書籍推薦嗎?

先搞清楚自己要幹什麼,然後再去選擇哪方面的書籍。如果僅僅是用於日常辦公娛樂,那麼基本上不用看什麼書的。只需要安裝一下 deepin linux 作業系統的社群版本,然後耐著性子用一段時間就好了。難道當初你們上手使用 windows 作業系統的時候,是先買了一本書,再去使用的嗎?日常使用是不用系統學習...

請問有什麼好的python高階書籍推薦嗎?樓主大三學生,以後想做伺服器開發,有Linux兩年使用經驗?

餘年 Python基礎教程 第二版 本書是經典教程的全新改版,作者根據Python 3.0版本的種種變化,全面改寫了書中內容,做到既能 瞻前 也能 顧後 本書層次鮮明 結構嚴謹 內容翔實,特別是在最後幾章,作者將前面講述的內容應用到了10個引人入勝的專案中,並以模板的形式介紹了專案的開發過程。本書既...