Bash

892 readers
1 users here now

Talk about the Bash Shell and Bash scripting

founded 5 years ago
MODERATORS
26
27
 
 

Since the DNS lapsed for the wiki, someone grabbed a copy and put it up on github.

There is also the original webserver IP for /etc/hosts use, as the server is still there.

28
1
submitted 2 years ago* (last edited 2 years ago) by Plasma@lemmy.ml to c/bash@lemmy.ml
 
 

It's basically a builtin that you compile that can interface with routines in shared libraries, which means you could make GTK programs, network stacks, and more, all with bash and no external tools!

29
30
1
submitted 4 years ago* (last edited 4 years ago) by rmc0@lemmy.ml to c/bash@lemmy.ml
 
 

HI,

I don't use bar and status, only WM and some apps, so I use PS1 for see clock and battery status, clock change each time I enter a new prompt line but status battery change only with new shell

example :

PS1="$(cat /sys/class/power_supply/BAT0/capacity)% \A"

thanks

31
1
submitted 4 years ago* (last edited 4 years ago) by leanleft@lemmy.ml to c/bash@lemmy.ml
 
 

linux terminal

32
1
submitted 4 years ago* (last edited 4 years ago) by leanleft@lemmy.ml to c/bash@lemmy.ml
 
 

"We want to document one-liners for frequent (non-trivial) tasks executed in the shell"

33
 
 

linux shell manpage help

34
1
submitted 5 years ago* (last edited 5 years ago) by creativeBoarClimate@lemmy.ml to c/bash@lemmy.ml
 
 

I wasn't easily able to find a command line study timer so I made one.

I'm not a great programmer so I was wondering if I could get some feedback. Cheers!

35
 
 

A Static Site Generator Made by Taminaru in Bash!

The current features are:

  • Creating and editing posts in Markdown.

  • Using templates, variables.

  • Configuration, both local and universal (explained in README)

It's around 80% complete, so any contribution is appreciated (i would help if i wasn't lazy af lul).

Anyway here's the source code: https://codeberg.org/taminaru/BSG