qaz@lemmy.world to Memes@lemmy.ml · 11 months agoStandards shouldn't be behind a paywalllemmy.worldimagemessage-square102fedilinkarrow-up1656arrow-down134file-textcross-posted to: [email protected]
arrow-up1622arrow-down1imageStandards shouldn't be behind a paywalllemmy.worldqaz@lemmy.world to Memes@lemmy.ml · 11 months agomessage-square102fedilinkfile-textcross-posted to: [email protected]
ISO 8601 is paywalled RFC allows a space instead of a T (e.g. 2020-12-09 16:09:…) which is nicer to read.
minus-squarertxn@lemmy.worldlinkfedilinkEnglisharrow-up1·11 months agoFor the rsync command, yes. But this: for d in $(find . -type d); do echo "$d" done will process the space-separated parts of each path as separate items. I had to work around this issue just two days ago, it’s an obscure thing that not everyone will keep in mind.
For the
rsync
command, yes. But this:for d in $(find . -type d); do echo "$d" done
will process the space-separated parts of each path as separate items. I had to work around this issue just two days ago, it’s an obscure thing that not everyone will keep in mind.