DEV Community

Discussion on: What are your top ten command lines?

Collapse
 
jckuhl profile image
Jonathan Kuhl • Edited

Huh

 165 node challenge.js
  16 cargo run
  13 python3 quadratic2.py
  12 make linkedlist
  11 ls
  11 ./linkedlist
   9 rustc hello.rs
   9 python3 multiply.py
   8 python3 multiply.py 4 -3
   6 python3 numberofcalls.py rumford augusta

Not typical at all. The first one is a set of 50 javascript challenges, so that makes sense.

The second, I was learning Rust for a bit.

The linkedlist was me trying to implement a Linked List in C++, and realizing I don't know C++ well enough to do so.

Last week or so I was playng with Rust and a bit of Python, while working through a JavaScript challenge, so I guess it makes sense, but it's not typical.

It should be the five basic git commands (init, status, add, commit, push), shortcuts I've aliased for my most used directories and clear