Bite 96. Build Unix' wc program in Python
|
|
In this Bite you will convert Unix' wc command into …
3.10
file processing
tempfile
Unix
|
|
Bite 75. Parse Unix cal to a weekday mapping
|
|
In the last bite we return the weekday from a …
3.10
re
Unix
zip
|
|
Bite 100. Display the last part of a file (Unix tail)
|
|
Complete the function below simulating Unix' tail, for example: $ …
3.10
file processing
slicing
strip
Unix
|
|
Bite 223. unix file permissions
|
|
Each file and directory in unix has its permissions broken …
3.10
dict
list comprehensions
string manipulation
|
|