Search Tutorials

The tutorials in this series are created using BASH version 4.1.10 on Ubuntu 12.04. Bash is the shell, or command language interpreter. It offers functionalities such as Command line editing, Unlimited size command history, Job Control, Shell Functions and Aliases, Indexed arrays of unlimited size, Integer arithmetic. Read more


About 9586 results found.
  1. Instruction Sheet

Foss : BASH - Punjabi

Outline: Advance topics in a function (ਫੰਕਸ਼ਨ ਵਿੱਚ ਐਡਵਾਂਸ ਟਾਪਿਕਸ) ਸੋਰਸ ਕਮਾਂਡ ਸੋਰਸ ਕਮਾਂਡ ਪ੍ਰਯੋਗ ਦੇ ਉਦਾਹਰਣ ਬੈਕਗਰਾਊਂਡ ਫੰਕਸ਼ਨ ਦਾ ਸੰਖੇਪ ਵੇਰਵਾ bg ਫੰਕਸ਼ਨ ਦੀ ਉਦਾਹਰਣ ਜੋਬ(job) ਨੰਬਰ..

Intermediate

Foss : BASH - Punjabi

Outline: Recursive function (ਰੀਕਰਸਿਵ ਫੰਕਸ਼ਨ) ਰੀਕਰਸਿਵ ਫੰਕਸ਼ਨ ਦਾ ਮਤਲੱਬ ਅਤੇ ਵਰਤੋਂ ਰੀਕਰਸਿਵ ਫੰਕਸ਼ਨ ਦੀਆਂ ਉਦਾਹਰਣਾਂ (Example used: Factorial of a number) ਬੈਸ਼ ਸਕਰਿਪਟ ਨੂੰ ਡੀਬਗ(Debug) ਕਰਨਾ (ba..

Intermediate

Foss : BASH - Punjabi

Outline: Basics of Redirection (error handling) ਬੈਸ਼ ਵਿੱਚ ਇਨਪੁਟ ਅਤੇ ਆਉਟਪੁਟ ਰੀਡਾਇਰੈਕਸ਼ਨ ਦੀ ਪਰਿਭਾਸ਼ਾ । ਫ਼ਾਇਲ ਡਿਸਕ੍ਰਿਪਟਰ (FD) ਸਟੈਂਡਰਡ ਇਨਪੁਟ ਇਨਪੁਟ ਰੀਡਾਇਰੈਕਸ਼ਨ ਸੌਰਟਿੰਗ ਦੀ ਉਦਾਹਰਣ ਨਾ..

Intermediate

Foss : BASH - Punjabi

Outline: More on Redirection (ਮੋਰ ਆਨ ਰੀਡਾਇਰੈਕਸ਼ਨ) ‘Command &>filename’ ਪ੍ਰਯੋਗ ਕਰਕੇ ਸਟੈਂਡਰਡ ਐਰ੍ਰ ਅਤੇ ਆਉਟਪੁਟ ਦੋਨਾਂ ਦਾ ਰੀਡਾਇਰੈਕਸ਼ਨ ਕਰਨਾ । ‘Command >/dev/null 2>&1' ਪ੍ਰਯੋਗ ਕਰਕੇ ਸਟੈਂਡਰਡ ਐਰ੍..

Intermediate

Foss : BASH - Punjabi

Outline: ‘Here’ ਡਾਕਿਊਮੈਂਟ ਅਤੇ ‘Here’ ਸਟਰਿੰਗ Here ਡਾਕਿਊਮੈਂਟ ‘wc-w’ ਦੇ ਨਾਲ Here ਡਾਕਿਊਮੈਂਟ ਦੀ ਉਦਾਹਰਣ Here ਸਟਰਿੰਗ ‘wc-w’ ਦੇ ਨਾਲ Here ਸਟਰਿੰਗ ਦੀ ਉਦਾਹਰਣ

Intermediate

Foss : BASH - Tamil

Outline: BASH Shell Scripting க்கான அறிமுகம் Bash shell Bash Shell Script

Basic

Foss : BASH - Tamil

Outline: Shell Scripting ன் அடிப்படைகள் System variableகள் User defined variableகள் Keyboard வழியே உள்ளீட்டை ஏற்றல்

Basic

Foss : BASH - Tamil

Outline: Command Line argumentகள் மற்றும மேற்கோள்செய்தல் Command Line argumentகள் ஒற்றை மேற்கோள் இரட்டை மேற்கோள் Backslash

Basic

Foss : BASH - Tamil

Outline: Globbing மற்றும் export statementகள் Globbing Export statement

Basic

Foss : BASH - Tamil

Outline: BASH ல் Array செயல்பாடுகள் ஒரு Array ஐ declare செய்து மதிப்புகளை assign செய்தல் Declaration ன் போது ஒரு Array ஐ initialize செய்தல் Bash Array ன் நீளம் மற்றும் n ஆவ..

Basic

Foss : BASH - Tamil

Outline: Arrayகளில் மேலும் சில Array elementகளை எடுத்தல் Array element ஐ தேடி மாற்றுதல் Array க்கு ஒரு element ஐ சேர்த்தல் Array ல் இருந்து ஒரு element ஐ நீக்குதல் ..

Basic

Foss : BASH - Tamil

Outline: Conditional execution Test test ன் syntax if...then if...then க்கான bash script உதாரணம் if...then...else...if Password program உடன் if-else

Basic

Foss : BASH - Tamil

Outline: மேலும் If loopகளில் உள்ளவை Nested if Flowgraph(பாய்வுநிரல்படம்) உடன் Nested if பெயர் மற்றும் பாஸ்வேர்ட் சரிபார்ப்பு ப்ரோகிராம் உடன் Nested If-else Multilevel..

Basic

Foss : BASH - Tamil

Outline: Logical செயல்பாடுகள் Logical AND syntax Logical AND workflow Logical OR Logical OR workflow String comparison ப்ரோகிராமுடன் Logical OR மற்றும் AND L..

Basic

Foss : BASH - Tamil

Outline: Bash comparison- Arithmetic comparison Arithmetic comparison -eq(equal to) -ne(not equal to) ஒரு word count ப்ரோகிராமுடன் -eq மற்றும் -ne ஐ விளக்குதல் (பயன்பட..

Basic

Foss : BASH - Tamil

Outline: BASH ல் String மற்றும் File Attributes comparison String comparison == operator ஐ பயன்படுத்தி String comparison != operator ஐ பயன்படுத்தி String comparison ..

Basic

Foss : BASH - Tamil

Outline: Conditional Loopகள் for loop statement மூன்று expression syntax உடன் for loop Sequence/range syntax உடன் for loop for loop program ன் ஓட்டம் while loop..

Basic

Foss : BASH - Tamil

Outline: மேலும் பல Loopகள் ஒரு loop ன் உள் மற்றொரு loop வெளிப்புற for loop Nested for loop உட்புற for loop nested for loop க்கான syntax nested for loop ஐ பயன்ப..

Basic

Foss : BASH - Tamil

Outline: BASH ல் Case statement Case statement ன் முக்கியத்துவம் Case(ஒன்று மற்றும் பல தேர்வுகளுடன்) ன் syntax Case statement ன் செயல்பாடு Case ஐ பயன்படுத்தி menuக்களை..

Basic

Foss : BASH - Tamil

Outline: File Descriptorகளைப் பயன்படுத்துதல் fd க்கான அறிமுகம் Output(exec fd > fileபெயர்) க்காக file க்கு file descriptor (fd)ஐ assign செய்தல் 'date' மற்றும் 'e..

Intermediate