find . -perm -o+r
And the opposite :
find . ! -perm -o+r
-
https://links.infomee.fr/?fmn6vwLes splat en Ruby, l'équivalent des kwargs en python
-
https://alexcastano.com/everything-about-ruby-splats/Il parait que c'est du bon matos pas très cher par rapport à la concurrence. Je garde ça de côté.
Via Philippe
-
https://mikrotik.com/for root, dirs, files in os.walk("folder"):
for file in files:
if file.endswith(".yml"):
print(os.path.join(root, file))
with open(os.path.join(root, file), "r") as sources:
lines = sources.readlines()
with open(os.path.join(root, file), "w") as sources:
for line in lines:
sources.write(re.sub(r'pattern', 'foo', line))
-
https://links.infomee.fr/?Y803hg<meta name="viewport" content="width=device-width, user-scalable=no">
-
https://developer.mozilla.org/fr/docs/Mozilla/Mobile/Balise_meta_viewportDéjà Puppet 5. Je me souviens de la migration 3 vers 4 qui n'était pas évidente, là ça a l'air plus facile à première vue !
-
https://puppet.com/blog/full-visibility-and-control-of-your-infrastructure-new-puppet-releases