Skip to content

A few programs developed to study shell script also known as Bash script.

License

Notifications You must be signed in to change notification settings

GabrielaSchmitt/ShellScripts

Repository files navigation


Shell/Bash Scripts

English | Português

Olá, neste repositório estão alguns algoritmos desenvolvidos na linguagem Shell Script durante meus estudos. A linguagem Shell Script integra comandos de Linux e sua própria sintaxe.

Como rodar os códigos

Uma das maneiras mais comuns de rodar um código desta linguagem é em um sistema operacional linux abrir o arquivo. Para criar arquivos e roda-los basta abrir o terminal, usando comandos como gedit para abrir um local de desenvolvimento, então salvando o programa e voltando ao terminal digitar os seguintes comandos "sudo chmod 764 nomedoarquivo.sh" e em seguida .\nomedoaquivo.sh .

Outra alternativa é utilizar um compilador online como este https://www.jdoodle.com/test-bash-shell-script-online/. Mas lembre-se que em casos onde o script busca referencia da máquina o compilador online não é viavél.

✨ Obrigada pela atenção! ✨


English | Português

Hi, such a pleasure to see you around! This repository contains some algorithms developed in Shell Script language during my studies. The Shell Script language integrates Linux commands with its own syntax.

How to run the codes

One of the most common ways to run code in this language it is using a Linux operating system to open a file. To create files and run, you have to open the terminal, using commands like $gedit to open a development site, then saving the program and returning to the terminal type the following commands $sudo chmod 764 filename.sh and then $.\filename.sh .

Another alternative is to use an online compiler like this https://www.jdoodle.com/test-bash-shell-script-online/. But remember, in some codes the script is looking for references from the machine, therefore the online compiler is not viable.

✨ Thanks for your attention! ✨

About

A few programs developed to study shell script also known as Bash script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages