loomy@lemy.lol to Raspberry Pi@programming.devEnglish · 12 days agoWhat is some cool stuff you can do with a Raspberry Pi 2?message-squaremessage-square15fedilinkarrow-up126
arrow-up126message-squareWhat is some cool stuff you can do with a Raspberry Pi 2?loomy@lemy.lol to Raspberry Pi@programming.devEnglish · 12 days agomessage-square15fedilink
minus-square𞋴𝛂𝛋𝛆@lemmy.worldlinkfedilinkEnglisharrow-up1·12 days agoNot at my computer with my scripts, but you can grab the path variable and loop over each entry with ls. I often end up brute forcing this and piping it to /tmp/delete then I can just grep the file. First thing I do is add bash if possible.
Not at my computer with my scripts, but you can grab the path variable and loop over each entry with
ls
. I often end up brute forcing this and piping it to/tmp/delete
then I can justgrep
the file. First thing I do is add bash if possible.