needanke

joined 4 months ago
[–] needanke 3 points 3 months ago

Scaling does not include translation either yet it does here by your logic.

[–] needanke 1 points 3 months ago

I don't think that would safely work with pedestrians and cyclists.

[–] needanke 3 points 3 months ago (1 children)

Naja, der Tartort selber wurde schon gründlicher durchgegangen/aufgeräumt:

Wegen der Sicherung von Spuren blieben die Gleise 7 bis 11 bis in die Nacht hinein gesperrt.

[–] needanke 4 points 3 months ago
[–] needanke 9 points 3 months ago (9 children)

Du korrigiert syntax? Magst du das korrigieren, damit es in Speicherorten mit Ordnern die Leerzeichen im Namen haben funktioniert?

#!/bin/bash
while IFS= read -d $'\0' -r "dir" ; do 
      dir=${dir:2};
      echo "${dir}"\#;
      cd "'""${dir}""'" ;
      ls;
      ##etwas anderes am machen
     # cd  ..;
done < <(find ./  -mindepth 1 -maxdepth 1 -type d -print0)
[–] needanke 1 points 3 months ago* (last edited 3 months ago) (1 children)

can anyone help me figure out, why the following shell script does not work:

#!/bin/bash
while IFS= read -d $'\0' -r "dir" ; do 
      dir=${dir:2};
      echo "${dir}"\#;
      cd "'""${dir}""'" ;
      ls;
      ##doing something else
     # cd  ..;
done < <(find ./  -mindepth 1 -maxdepth 1 -type d -print0)

I am running it in a location with a lots of folders containing spaces (think of it like this:

/location containing spaces# ls
'foo ba' 'baa foo ' 'tee pot'

I get errors of the following form:

script.sh: line 5: cd: 'baa foo ': No such file or directory

but when I manually enter cd 'baa foo' it works fine. Why could that be? (the echo retuns something like "foo baa #" .) It really confuses me that the cd with the exact same string works when I enter it manually. I have allready tried leaving out the quotes in the cd command and escaping the spaces using dir=$(printf %q "${dir}"); before the cd but that did not work either.

tbh I am new to shell scripts so maybe there is something obvious I overlooked.

[–] needanke 4 points 3 months ago

As one should!

[–] needanke 23 points 3 months ago (9 children)

Not cropped enough

[–] needanke 5 points 3 months ago

Newpipe has hat two major fixes to account for yt changing the way it served videos. Wasn't working for a few weeks for me either but since 1-2 weeks ago it's reliably working again. So, maybe try and update to the newest version now to check if it works again if you are interested in using it.

[–] needanke 10 points 3 months ago (3 children)

I looked for a new launcher when the sale was anounced a year ago and was sad to find no launvhers I can customize that much.

I went for Kvaesitso (https://github.com/MM2-0/Kvaesitso also on F-Droid) and stuck with it since. I really like the concept althought it might not be for everyone.

[–] needanke 11 points 3 months ago

As much as I like his politics he would allready be to old now. Let an AOC try instead.

[–] needanke 7 points 3 months ago (2 children)

we have lever door handles at work and wheel and axle door knobs at home.

Aren't those just standard door knobs? Like which others are there (besides maybe smarthome/electronic stuff, but that's not really widespread esp. for home use)?

view more: ‹ prev next ›