Zum Inhalt der Seite gehen


Convert Plain English To Commands Using GPT-3 Powered Shell Genie


Shell Genie is a new command line tool that can be used to ask in plain English how to perform various tasks, and it gives you the shell command you need. To generate the commands, it uses OpenAI's GPT-3 or Free Genie, a free to use backend provided by the Shell Genie developer.

https://www.linuxuprising.com/2023/02/convert-plain-english-to-commands-using.html



How To Run A Command After The Previous One Has Finished On Linux


This article explains how to run a command after the previous command has finished running. Using this, you can run not just 2 commands, but any number of commands, after the previous one has finished. This will work with Sh, Bash, Zsh and other shells.

https://www.linuxuprising.com/2021/11/how-to-run-command-after-previous-one.html