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 9611 results found.
  1. Instruction Sheet

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

Foss : BASH - Tamil

Outline: Functionகளின் அடைப்படைகள் உங்கள் முதல் shell function ஐ எழுதுதல் Functionகளை காட்டுதல் Functionகளை எழுதுதல் Function defintion Functionகளை call செய்தல் ..

Intermediate

Foss : BASH - Tamil

Outline: Functionகள் பற்றி மேலும் பல Function ல் லோகல் வேரியபில்கள் Function ல் க்ளோபல் வேரியபில்கள் லோகல் மற்றும் க்ளோபல் வேரியபில்களின் எல்லை ஒரு உதாரணத்தின மூலம் லோ..

Intermediate

Foss : BASH - Tamil

Outline: Arrayகள் மற்றும் functionகள் Arrayகள் மற்றும் functionகள் வெவ்வேறு function call மூலம் array ஐ பயன்படுத்துதல் Array உதாரணம் ஒரு function ல் return ன் பயன் ..

Intermediate

Foss : BASH - Tamil

Outline: ஒரு function ல் மேம்பட்ட தலைப்புகள் Source command Source command ஐ பயன்படுத்திய உதாரணம் Background function பற்றி சுருக்கமான விளக்கம் bg function க்கான செயல்வி..

Intermediate

Foss : BASH - Tamil

Outline: Recursive function Recursive function ன் பொருள் மற்றும் பயன்கள் Recursive functionக்கான செயல்விளக்கும்(பயன்படுத்தப்பட்ட உதாரணம்: ஒரு எண்ணின் factorial) Bash script..

Intermediate

Foss : BASH - Tamil

Outline: Redirection (error handling)க்கான அடிப்படைகள் Bash ல் Input மற்றும் Output Redirection வரையறை file descriptorகள்(FD) Standard input Sorting உதாரணத்துடன்..

Intermediate

Foss : BASH - Tamil

Outline: Redirection பற்றி மேலும் பல 'command &>filename' ஐ பயன்படுத்தி standard error மற்றும் output இரண்டின் redirection 'command >/dev/null 2>&1' ஐ பயன்படுத்தி standard error மற்றும்..

Intermediate

Foss : BASH - Tamil

Outline: 'Here' document மற்றும் 'Here' string Here document 'wc -w' ஐ பயன்படுத்தி Here document ஐ விளக்குதல் Here string 'wc -w' ஐ பயன்படுத்தி Here string ஐ விளக்குதல..

Intermediate

Foss : BASH - Telugu

Outline: ఇంట్రడక్షన్ టు బాష్ షెల్ స్క్రిప్టింగ్ ద బాష్ షెల్ బాష్ షెల్ స్క్రిప్ట్

Basic

Foss : BASH - Telugu

Outline: Basics of Shell Scripting సిస్టం వేరియబుల్స్ యూజర్ ద్వారా నిర్వచింపబడిన వేరియబుల్స్ కీబోర్డ్ ద్వారా యూజర్ ఇన్పుట్ ను స్వీకరించడం

Basic

Foss : BASH - Telugu

Outline: Command line arguments and quoting command line arguments సింగల్ కోట్ డబల్ కోట్ బ్యాక్ స్లాష్

Basic

Foss : BASH - Telugu

Outline: Globbing The export statements

Basic

Foss : BASH - Telugu

Outline: Array operations in Bash Array ను డిక్లేర్ చేయడం మరియు విలువను కేటాయించడం డిక్లరేషన్ సమయంలో Array ను ప్రారంభించడం Bash Array పొడవును కనుగొనడానికి మరియు ఎలిమెంట్ పొడవును కన..

Basic