Tesla sales in Germany recorded another drop last month, official data showed Wednesday, after billionaire owner Elon Musk vocally backed the far-right AfD during the country's recent election campaign.
I have a ~/.dotfiles/functions/ directory full of bash functions that do all sorts of handy things. I also have an alias to re-source my shell set to src to make changes to everything speedy, which the author should do something similar. Here’s the contents, from which you can suss some of what they do:
cd die funcinfo kbase mkcd prinfo rule spinner
cdd duc gcl lkp myip psh rulem szh
cdf durh getip lsp oscheck rederr server szup
console fk hgr lspx pfetch rmhost shc usage
count fp int mcat phed.sh rotl shebang version
date fpr j2 menu phpserver rotr shgrep xcpx
shebang, for example, creates a new file with a header (#!/usr/bin/env bash) and then two carriage-returns in vim so I can start a new script from the cli.
All of these are something I thought would be useful at the time I created them, even if I only rely on a small number daily. Some of them are relied upon when scripting and never used at the cli independently. I started doing this when reading Pro Bash Programming, by Chris F. A. Johnson.
I have a
~/.dotfiles/functions/
directory full ofbash
functions that do all sorts of handy things. I also have an alias to re-source
my shell set tosrc
to make changes to everything speedy, which the author should do something similar. Here’s the contents, from which you can suss some of what they do:cd die funcinfo kbase mkcd prinfo rule spinner cdd duc gcl lkp myip psh rulem szh cdf durh getip lsp oscheck rederr server szup console fk hgr lspx pfetch rmhost shc usage count fp int mcat phed.sh rotl shebang version date fpr j2 menu phpserver rotr shgrep xcpx
shebang
, for example, creates a new file with a header (#!/usr/bin/env bash
) and then two carriage-returns invim
so I can start a new script from the cli.All of these are something I thought would be useful at the time I created them, even if I only rely on a small number daily. Some of them are relied upon when scripting and never used at the cli independently. I started doing this when reading Pro Bash Programming, by Chris F. A. Johnson.
I sure did. And I was looking forward to feedback from fellow Unix / Linux nerds. What a shame.
I think you got the wrong thread
Still good advice
Did you mistakenly respond to the wrong post?
lol right?