DEV Community

Cover image for Share useful one-liner commands you like or learned recently
Kirill Vasiltsov
Kirill Vasiltsov

Posted on

3 1

Share useful one-liner commands you like or learned recently

I'll start with mine.
Find all npm linked modules on your computer:

npm ls -g --depth=0 --link=true
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs