Given a text file with a list of files to be moved (one per line) - how can we use xargs to move all those files to a new subdirectory with a single command?
Often I am working with large JSON files and want to extract specific limited information from them. The jq tool makes it easy to get the data I want quickly.
The internal state of AsyncStorage can be crucial for debugging and testing React Native apps. Peel back the curtain and AsyncStorage is storing json files on your filesystem. Here is how to quickly find them and inspect them directly.
Often I have long running commands which produce a large amount of useful output. For example, running builds of a react native app. This technique makes it easier to see the progress of the command while also making it simple to find important parts of the output
This post introduces tmux and shows you how to use it to organize your CLI sessions. No more searching through tabs and windows to find the right terminal.