nitiwit

nitiwit @nitwit

Location:
Tehran, Iran
Joined:
Jul 10, 2019

nitiwit
articles - 6 total

making nano usable

nano has always been my favorite. it's not too fancy to be annoying and huge, so you can comfortably...

Learn More 0 0Jul 31 '24

[linux] list processes using a file

processes use files and directories. you might need to know which process is using a file because...

Learn More 0 0Jul 31 '24

[linux] list files that contain a word

TL;DR use grep -rG <word> searches for all files recursively in the current directory for...

Learn More 0 0Jul 30 '24

[firefox] show tabs in full-screen mode

I often use my apps on full-screen mode, since there are many distraction that I don't "often" use or...

Learn More 0 0Jul 30 '24

[python] defaultdict

normal dict raises Keyerror after querying keys that don't exist >>> from collections...

Learn More 0 0Jul 21 '24

[python] count words in a text

I recently discovered a one-liner to count the words from a text in python: text = "Tags help...

Learn More 1 0Jul 21 '24