▲ 60 ▼ What helps people get comfortable on the command line? (jvns.ca) submitted 3 years ago by sizeoftheuniverse@programming.dev to c/programming@programming.dev 33 comments fedilink hide all child comments
[–] somegeek@programming.dev 84 points 3 years ago (3 children) Using it. permalink fedilink source hideshow 6 child comments replies: [–] mint_tamas@lemmy.world 18 points 3 years ago (2 children) Also, the fact that most common use-cases are very common makes using the command line very google-able. Oh, you need to create thumbnails from a folder of 10000 video files, then rotate, crop, rename and archive them? Guess what, you are not the first. permalink fedilink source parent hideshow 4 child comments replies: [–] Zink@programming.dev 8 points 3 years ago This is the best part about it for me. It’s like finding the perfect code snippet or example for what you’re trying to do, but for all kinds of stuff on your computer and not just inside whatever project you’re working on. I’m not any kind of command line guru, but the terminal is the first thing I open any time I fire up one of my VMs. permalink fedilink source parent [–] CodeMonkey@programming.dev 1 point 3 years ago Also, when you find a script try to understand what commands they are using and with what flags. permalink fedilink source parent [–] vhostym@lemmy.world 15 points 3 years ago This is really the only answer. You will always be afraid to use something you are unfamiliar with or don't trust. Command line is very useful and quick once you learn it. permalink fedilink source parent [–] GJdan@programming.dev 5 points 3 years ago This. I used to also keep a notebook with me and jot down the commands I used often. Eventually I learned other ways to jolt my memory and learned to use man. As time went by I used my notebook less and less. permalink fedilink source parent
[–] mint_tamas@lemmy.world 18 points 3 years ago (2 children) Also, the fact that most common use-cases are very common makes using the command line very google-able. Oh, you need to create thumbnails from a folder of 10000 video files, then rotate, crop, rename and archive them? Guess what, you are not the first. permalink fedilink source parent hideshow 4 child comments replies: [–] Zink@programming.dev 8 points 3 years ago This is the best part about it for me. It’s like finding the perfect code snippet or example for what you’re trying to do, but for all kinds of stuff on your computer and not just inside whatever project you’re working on. I’m not any kind of command line guru, but the terminal is the first thing I open any time I fire up one of my VMs. permalink fedilink source parent [–] CodeMonkey@programming.dev 1 point 3 years ago Also, when you find a script try to understand what commands they are using and with what flags. permalink fedilink source parent
[–] Zink@programming.dev 8 points 3 years ago This is the best part about it for me. It’s like finding the perfect code snippet or example for what you’re trying to do, but for all kinds of stuff on your computer and not just inside whatever project you’re working on. I’m not any kind of command line guru, but the terminal is the first thing I open any time I fire up one of my VMs. permalink fedilink source parent
[–] CodeMonkey@programming.dev 1 point 3 years ago Also, when you find a script try to understand what commands they are using and with what flags. permalink fedilink source parent
[–] vhostym@lemmy.world 15 points 3 years ago This is really the only answer. You will always be afraid to use something you are unfamiliar with or don't trust. Command line is very useful and quick once you learn it. permalink fedilink source parent
[–] GJdan@programming.dev 5 points 3 years ago This. I used to also keep a notebook with me and jot down the commands I used often. Eventually I learned other ways to jolt my memory and learned to use man. As time went by I used my notebook less and less. permalink fedilink source parent