Bash to python 😂
Conversation
Notices
-
nixCraft 🐧 (nixcraft@mastodon.social)'s status on Wednesday, 07-Aug-2024 04:32:08 JST nixCraft 🐧 -
PerlPlayer (perlplayer@mastodon.social)'s status on Wednesday, 07-Aug-2024 05:05:04 JST PerlPlayer @nixCraft perl:
system("bash work.sh");
or
print `/bin/bash /path/to/work.sh`;
or
exec "work.sh";
or
print qx/work.sh/;😊
-
Alex (a_lex_ander@mastodon.social)'s status on Wednesday, 07-Aug-2024 06:02:38 JST Alex @nixCraft I once had a hard to extend backup script in Bash that I at one point rewrote in Python, added parallel execution, configuration and email reporting to. Still executed subprocesses 🤣
-
mikeTesteLinux (miketestelinux@mastodon.social)'s status on Wednesday, 07-Aug-2024 08:56:13 JST mikeTesteLinux @nixCraft She did a great job and that guy, will probably not noticing, since it seem to be a [censored] manager who dont know how to write a single line of code😂
-
Jonathan M. (hstone32@mastodon.social)'s status on Wednesday, 07-Aug-2024 11:06:44 JST Jonathan M. @nixCraft who would prefer python over bash?
-
Stefane Fermigier (Abilian) (sfermigier@mastodon.social)'s status on Wednesday, 07-Aug-2024 14:50:49 JST Stefane Fermigier (Abilian) @nixCraft Random notes on this subject: https://lab.abilian.com/Tech/Python/Shell%20in%20Python/
-