ref: https://cmdchallenge.com/#/hello_world
今天分享的是一個有趣的 Command Line Interface(CLI) 挑戰,該挑戰主要是基於 Linux bash 的環境有一系列的指令挑戰
挑戰內容基本上都不會太困難,一開始都是非常基礎的 Linux 指令操作,後面會需要使用 grep, sed, awk, find 等不同指令的組合來完成任務。
大部分的題目都會基於一些情境,譬如想要針對 httpd server 底下的 log 進行過濾,計算符合某些內容的行數等等
每道題目除了自行挑戰外也可以看一下別人的解決方案,不過解決方案中有一些是作弊的內容,譬如直接針對題目用 echo 輸出之類的,就滿搞笑的。
我認為這類型的挑戰有兩個值得去玩看看的理由
1. 測試自已是否能夠解決每一個問題,順便看一下自己的解決方式跟別人的比起來如何,有時候會有一些意想不到的指令與用法可以讓整個寫法更為簡潔
2. 如果有面試需求的時候,可以考慮從這邊找一些相關題目,看看面試者對於 shell script 的熟悉度,同時互相討論每個解法的好壞處。
歡迎愛寫 shell script 的人都寫一遍看看
同時也有1部Youtube影片,追蹤數超過2,660的網紅丈瑠 / たけぷらす。,也在其Youtube影片中提到,※ー追記ありー※ これでマルチプレイが更に楽しいものになるでしょう。 良きマインクラフトライフを♪ ーーーーーー■Shell Scriptの中身■ーーーーーー @echo off start /b javaw -Xmx1024M -Xms1024M -jar 「jarファイルの名前」 nogui ー...
「bash shell script」的推薦目錄:
- 關於bash shell script 在 矽谷牛的耕田筆記 Facebook 的最讚貼文
- 關於bash shell script 在 91 敏捷開發之路 Facebook 的精選貼文
- 關於bash shell script 在 โปรแกรมเมอร์ไทย Thai programmer Facebook 的最佳貼文
- 關於bash shell script 在 丈瑠 / たけぷらす。 Youtube 的最佳解答
- 關於bash shell script 在 01楊乾中Linux bash script 第一堂'操作示範 - YouTube 的評價
- 關於bash shell script 在 Shell Style Guide - Google 的評價
- 關於bash shell script 在 useful-bash-scripts · GitHub Topics 的評價
- 關於bash shell script 在 How do I know the script file name in a Bash script? 的評價
- 關於bash shell script 在 shell script - what is $$ in bash? - Unix & Linux Stack Exchange 的評價
bash shell script 在 91 敏捷開發之路 Facebook 的精選貼文
今天看到蠻多朋友在轉一則 twitter:
有一個人的女朋友想學寫程式,結果一問之下才發現這位女生一路以來都是寫 Bash 的。
#十里坡劍神
講到這不得不提一下 Odd-e 的 Chai Feng(拆叔)自己搞了一套 Bash 的 test framework: #Bach
誰說不能為 shell script 寫單元測試呢?
Bach: https://bach.sh/
#喜歡一個東西就要玩得像藝術一般呈現
bash shell script 在 โปรแกรมเมอร์ไทย Thai programmer Facebook 的最佳貼文
มาลองเล่น Ubuntu บน Windows 10 กัน !!!!
เป็นวิธีรัน Bash (Shell script) ของ Ubuntu บน Windows 10 (Build 14316)
แต่ต้องลงทะเบียนก่อนที่ https://insider.windows.com/
แล้วก็ทำตามรูปในลิงค์ ง่าย ๆ
http://thehackernews.com/…/how-to-run-ubuntu-on-windows-10.…
ซึ่งเมื่อทำแล้ว ก็สามารถใช้คำสั่งพวก ssh, apt, rsync, find, grep, awk, sed, sort, xargs, md5sum, gpg, curl, wget, apache, mysql, python, perl, ruby, php, vim, emacs และอื่น ๆ
.ใครลองแล้วเป็นไง มาเล่าสู่กันบ้างนะอิ ๆ
bash shell script 在 丈瑠 / たけぷらす。 Youtube 的最佳解答
※ー追記ありー※
これでマルチプレイが更に楽しいものになるでしょう。
良きマインクラフトライフを♪
ーーーーーー■Shell Scriptの中身■ーーーーーー
@echo off
start /b javaw -Xmx1024M -Xms1024M -jar 「jarファイルの名前」 nogui
ーーーーーーーーーーーーーーーーーーーー
※追記
もしできない場合、下記のコマンドに書き換えてみてください。ややこしくて申し訳ありません!
ーーーーーーーーーーーーーーーーー
#!/bin/bash
java -Xmx1024M -Xms1024M -jar 「jarファイルの名前」 nogui
ーーーーーーーーーーーーーーーーー
■参考にさせていただいたサイト
https://minecraft-jp.pw/forgemodserver0505/
■チャンネル登録
https://www.youtube.com/channel/UCNwkUCe94pAc9Z7Fdn_9WHw
■TakeruのTwitter
https://twitter.com/takeru_ap
■再生リスト
https://www.youtube.com/channel/UCNwkUCe94pAc9Z7Fdn_9WHw/playlists
bash shell script 在 Shell Style Guide - Google 的推薦與評價
Bash is the only shell scripting language permitted for executables. Executables must start with #!/bin/bash and a minimum number of flags. ... <看更多>
bash shell script 在 useful-bash-scripts · GitHub Topics 的推薦與評價
A collection of useful shell scripts for Linux, Windows & Mac. script useful useful-bash-scripts. Updated on Nov 10, 2022; Shell ... ... <看更多>
bash shell script 在 01楊乾中Linux bash script 第一堂'操作示範 - YouTube 的推薦與評價
01-楊乾中 bash script 第一堂示範https://youtu.be/eoZRwyD9yYw本單元示範操作了 Linux 以下的主題並標示幾分幾秒時有哪個主題的示範,方便您尋找與學習 ... ... <看更多>