Today I Learned - Rocky Kev

TIL what pwd means (and a bunch of others)

POSTED ON:

TAGS:

Today I learned that pwd is short for "print working directory"

Some more random things:

Awk is a utility that enables a programmer to write tiny but effective programs in the form of statements that define text patterns that are to be searched for in each line of a document and the action that is to be taken when a match is found within a line. Awk is mostly used for pattern scanning and processing. It searches one or more files to see if they contain lines that matches with the specified patterns and then perform the associated actions.

Alfred Aho is best known for his work on programming languages, compilers, and related algorithms, and his textbooks on the art and science of computer programming

Peter Weinberger was involved in Bell Labs, and now works at Google.

Brian Kernighan wrote the first book on C.

It's why you need to include ./ to execute a command in the working path. It's because the current working directory isn't part of $PATH.

via this post by r/deja_geek


Related TILs

Tagged:

TIL using the find command

find [path] -user [username] [options]

TIL Find Command

I wanted to look for files with a specific extension. You can do that with ls *.(mp3|exe|mp4)

TIL playing Tetris inside Zsh

If you're using a Mac, you're probably using iTerm. 1. Load iTerm 2. launch emacs. 3. Launch Tetris.