@OpenStars@discuss.online avatar

OpenStars

@OpenStars@discuss.online

This profile is from a federated server and may be incomplete. Browse more on the original instance.

OpenStars,
@OpenStars@discuss.online avatar

Hrm, better check it again from another perspective? :-P

OpenStars,
@OpenStars@discuss.online avatar

awk is awesome! I love it, and I do not regret learning how to use it.

That said, my workflow invariably always shifts from starting with awk to do something simply with a tiny one-liner, to then doing that with perl or python, and sometimes even creating a file to make the by-now multi-line scripts more easily readable.

I do not recommend starting with awk, if you do not know other languages already such as Python.

In short, let your intuition guide you.

OpenStars,
@OpenStars@discuss.online avatar

“You guys are taking vacations?” meme

OpenStars,
@OpenStars@discuss.online avatar

Feel free to do you, it sounds like you deserve it:-).

OpenStars,
@OpenStars@discuss.online avatar

Tbf, it probably has occurred to them, but then they ridicule the thought even if it derives from their own head. The group-think mindset can be brutal: they are going to be unhealthy for life and then die sooner, but you can’t even tell them there is any other way, nor does actively showing it work either:-(. Stay strong and cling to the better way!:-)

OpenStars,
@OpenStars@discuss.online avatar

Next panel on the bottom: those that survive the trip…

:-(

OpenStars,
@OpenStars@discuss.online avatar

No way! They also re-learn old ways to be racist too. :-P

What's the best way to have a .bashrc that I can use throughout systems?

So, I just found out about a programme called SynthShell which kind of does the work for you and gives you a nice looking shell, the thing is that this also creates some config files and other stuff in my system, instead of just one .bashrc file to edit. What would be the best way to learn to have a nice looking bash where I can...

OpenStars,
@OpenStars@discuss.online avatar

Bash syntax - I recommend Unix Power Tools by O’Reilly, but it is more advanced so maybe start with a basic version. People look at me funny whenever I say this, but I started myself with something like Unix for Dummies. Why not!?

Keep in mind that this is no trivial task: bash is basically a programming language unto itself - it even has conditionals, loops, variables, etc. Yet SO worth it if you use Unix and want to know more what it is doing.

You also should have a basic familiarity with Unix foundationals as well, to know why something such as this is very dangerous:

export PATH=“~/bin/:$PATH”

So, the easy way would be to just take the nice file, copy it wherever you want, and leave it at that. The hard way of actually understanding it may require a deeper dive into Unix. Unix Power Tools, with the picture of a drill on the cover, or maybe someone will recommend a better option but that’s what comes to my mind.

Have fun!:-)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #