Last active
February 13, 2024 07:49
-
-
Save taniarascia/8fe7ec33af40946bc6e4ba4536fc1600 to your computer and use it in GitHub Desktop.
Useful random stuff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# open all files named package.json within a directory | |
find . -name package.json -exec code {} + | |
# don't open or jump anywhere | |
<a href="#!"> | |
# get an object from console | |
> store as a global variable | |
JSON.stringify(temp1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment