File Descriptor I/O Functions open and openat creat close lseek read write dup and dup2 fcntl File Sharing /dev/fd This blog is a note of APUE. File Descriptor To the... Read more »
Directory dirs Search and Replace find grep time time This blog only lists SOME arguments of a command. Directory dirs dirs [-clpv] [+N | -N] Display the list of currently... Read more »
Some Special charaters Some module contents It is important to note that most regular expression operations are available as module-level functions and RegexObject methods. The functions are shortcuts that don’t... Read more »
We often need to calculate the maximum/minimum value of a set of numbers. if-else, ?: and min()/max() are three methods we usually use to achieve the goal. In this post,... Read more »