English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i am a test engineer, and i run scripts which end in .py and .sh. I also want to understand these codes, so could anyone tell me what codes these ,

2006-07-14 02:55:01 · 3 answers · asked by sijoser 1 in Computers & Internet Programming & Design

3 answers

.py should be python code.

.sh should be a shell script.

You can google python to find out more about writing in that language. The shell scripts however depend on which shell is being used.

Most shell script files will have a line at the top like:
#!/usr/bin/bash

The last part of that (bash) is the name of the shell scripting language that script is written in.

2006-07-14 05:07:57 · answer #1 · answered by John J 6 · 0 0

well i believe py stands for python and it is used to create apps and it is used by developers i think. .sh is kinda the same. its a programing language that allows you to program in a more sophisticated way

2006-07-14 03:01:49 · answer #2 · answered by evilforces2003 1 · 0 0

http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/getting-started-guide/s1-managing-file-types.html

2006-07-14 03:04:38 · answer #3 · answered by meowbaby7 4 · 0 0

fedest.com, questions and answers