The venerable Bourne-Again Shell.
=> đšī¸ Moderated by: skyjake
=> đ Subspaces | đ Help | â¤ī¸ Code of conduct | Sign up
I made a bash script to play random music from Music directory â [preformatted]
=> đŦ 4 comments ¡ 2024-09-23 ¡ 4 months ago
A mistake most bash beginners make â It's the array variable expantion. here is an example: x=( a b "c d" ); echo ${x[@]} in this example a beginner would thinkg that ${x[@]} would be expanded to 3 fields but no. It would be expanded into 4 field a,b,c,d . It's very confusing. however to prevent it we just quote the parameter expansion like "${x[@]}" and now it would only expand to 3 fields :) hope you learned something new.
=> đŦ 1 comment ¡ 3 likes ¡ 2024-08-21 ¡ 5 months ago
notesbash: A notes management TUI written in Bash â Hey there! notesbash, the note-taking program running in the terminal written in bash is about to have it first stable release. Before we release it, we would be happy to receive feedback and suggestions for improvement from anyone interested! Either here as a comment under this post or preferably as issues on Codeberg. notesbash started out as a fork of the filemanager fff. Features of notesbash as of version v0.6.3: - File management à la...
=> đŦ 3 comments ¡ 4 likes ¡ 2024-07-05 ¡ 7 months ago
=> đ lanterm
Beginner tips for beautiful diffs? â I largely prefer command line tools, but when it comes to handling merge conflicts I find command line diff tools confusing (e.g. I'm in vimdiff and I've got these panes open - which is which?) and always end up either using a GUI git client like sublime merge to visualize the diff or dive into the file with conflicts and resolve them manually. Also, there are times when I wish to compare two files or strings. Sometimes I just make some dummy git activity to...
=> đŦ 5 comments ¡ 1 like ¡ 2024-04-23 ¡ 9 months ago
About grep --exclude â Colud this grep option be problematic? [preformatted] I'd seen more expressions like: [preformatted] But they doesn't cover the "file.txt_bkp" posibility.
=> đŦ 1 comment ¡ 2024-02-11 ¡ 1 year ago ¡ #grep
=> đ november [...] | â gemini.locrian.zone/tech/xivships.gmi
[SOLVED] Was: Can I get an extra pair of eyes on some code I wrote? â Edited: ~ew pointed out that there was a naming conflict in the temporary files generated by the geminispace script and the webspace script; they both outputted to a file called 'shuffle', and the webspace script ran before the geminispace script so on occasion there would be some mangling of the latter. This also explains why both...
=> đŦ 1 like ¡ 2023-09-28 ¡ 1 year ago
=> đŖī¸ Sort by activity This content has been proxied by September (3851b).
=> đĨ Sort by hotness
=> Gemini feed
=> Atom feedProxy Information
text/gemini; charset=utf-8