攻城獅
Not a programmer 不工程的攻城獅

Not a programmer 不工程的攻城獅

Follow
Follow
homeNewsSoftwareMarketingSeriesbadgesnewsletter
Tag

shell

#shell

More content

Read more stories on Hashnode


Articles with this tag

LeetCode Solution, Easy, 195. Tenth Line

Mar 18, 2022

195. Tenth Line 題目敘述 Given a text file file.txt, print just the 10th line of the file. Example: Assume that file.txt has the following content: Line...

LeetCode Solution, Easy, 195. Tenth Line

LeetCode Solution, Medium, 194. Transpose File

Mar 18, 2022

194. Transpose File 題目敘述 Given a text file file.txt, transpose its content. You may assume that each row has the same number of columns and each field...

LeetCode Solution, Medium, 194. Transpose File

LeetCode Solution, Easy, 193. Valid Phone Numbers

Mar 17, 2022

193. Valid Phone Numbers 題目敘述 Given a text file file.txt that contains list of phone numbers (one per line), write a one liner bash script to print...

LeetCode Solution, Easy, 193. Valid Phone Numbers

LeetCode Solution, Medium, 192. Word Frequency

Feb 10, 2022

192. Word Frequency 題目敘述 Write a bash script to calculate the frequency of each word in a text file words.txt. For simplicity sake, you may...

LeetCode Solution, Medium, 192. Word Frequency