Skip to main content
tkolleh's user avatar
tkolleh's user avatar
tkolleh's user avatar
tkolleh
  • Member for 5 years, 9 months
  • Last seen more than a month ago
comment
How to use defined function with xargs
This is a great solution. I use it with commands like fd --type f --extension conf 'v\d+' src/main/resources/old --exec echo | read s; _rename_old_conf_file $s
awarded
awarded
Loading…
awarded
comment
Awk script not catching hash symbol "#"
Works great with awk (BSD).
comment
Awk script not catching hash symbol "#"
Thanks for the explanation of the errors. I wish could up-vote both this and @ThomasDickey answer. With so many different variants of regex used by different tools (vim, awk, git, grep, ect...) it can be a pain trying to remember their differences. Need a translator of some sort.
awarded
accepted
comment
asked
Loading…
comment
How to test if command is alias, function or binary?
This is very helpful. I am new to zsh. Where can I find some documentation on this feature of zsh. I've skimmed through the documentation printed from the command run-help aliases.
awarded
awarded