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
Foss : BASH - Tamil
Outline: Functionகளின் அடைப்படைகள் உங்கள் முதல் shell function ஐ எழுதுதல் Functionகளை காட்டுதல் Functionகளை எழுதுதல் Function defintion Functionகளை call செய்தல் ..
Outline: Functionகள் பற்றி மேலும் பல Function ல் லோகல் வேரியபில்கள் Function ல் க்ளோபல் வேரியபில்கள் லோகல் மற்றும் க்ளோபல் வேரியபில்களின் எல்லை ஒரு உதாரணத்தின மூலம் லோ..
Outline: Arrayகள் மற்றும் functionகள் Arrayகள் மற்றும் functionகள் வெவ்வேறு function call மூலம் array ஐ பயன்படுத்துதல் Array உதாரணம் ஒரு function ல் return ன் பயன் ..
Outline: ஒரு function ல் மேம்பட்ட தலைப்புகள் Source command Source command ஐ பயன்படுத்திய உதாரணம் Background function பற்றி சுருக்கமான விளக்கம் bg function க்கான செயல்வி..
Outline: Recursive function Recursive function ன் பொருள் மற்றும் பயன்கள் Recursive functionக்கான செயல்விளக்கும்(பயன்படுத்தப்பட்ட உதாரணம்: ஒரு எண்ணின் factorial) Bash script..
Outline: Redirection (error handling)க்கான அடிப்படைகள் Bash ல் Input மற்றும் Output Redirection வரையறை file descriptorகள்(FD) Standard input Sorting உதாரணத்துடன்..
Outline: Redirection பற்றி மேலும் பல 'command &>filename' ஐ பயன்படுத்தி standard error மற்றும் output இரண்டின் redirection 'command >/dev/null 2>&1' ஐ பயன்படுத்தி standard error மற்றும்..
Outline: 'Here' document மற்றும் 'Here' string Here document 'wc -w' ஐ பயன்படுத்தி Here document ஐ விளக்குதல் Here string 'wc -w' ஐ பயன்படுத்தி Here string ஐ விளக்குதல..
Foss : BASH - Telugu
Outline: ఇంట్రడక్షన్ టు బాష్ షెల్ స్క్రిప్టింగ్ ద బాష్ షెల్ బాష్ షెల్ స్క్రిప్ట్
Outline: Basics of Shell Scripting సిస్టం వేరియబుల్స్ యూజర్ ద్వారా నిర్వచింపబడిన వేరియబుల్స్ కీబోర్డ్ ద్వారా యూజర్ ఇన్పుట్ ను స్వీకరించడం
Outline: Command line arguments and quoting command line arguments సింగల్ కోట్ డబల్ కోట్ బ్యాక్ స్లాష్
Outline: Globbing The export statements
Outline: Array operations in Bash Array ను డిక్లేర్ చేయడం మరియు విలువను కేటాయించడం డిక్లరేషన్ సమయంలో Array ను ప్రారంభించడం Bash Array పొడవును కనుగొనడానికి మరియు ఎలిమెంట్ పొడవును కన..
Outline: Extraction Array elements Array ఎలిమెంట్ లో శోధించడం మరియు భర్తీ చేయడం Array కు ఎలిమెంట్ ను జోడించడం Array నుండి ఎలిమెంట్ ను తొలగించడం Shell script కాన్సెప్ట్ లను వ..
Outline: Conditional execution Test test సింటాక్స్ if.....then if ...then if ...then కొరకు Bash స్క్రిప్ట్ ఉదాహరణ if...then...else...if పాస్ వర్డ్ ప్రోగ్రాం తో if-else
Outline: If లూప్స్ పై మరింత నెస్టెడ్ if (flowgraph) ఫ్లో గ్రాఫ్ తో నెస్టెడ్ if పేరు మరియు పాస్ వర్డ్ ధృవీకరణ ప్రోగ్రాం తో Nested if –else మల్టీలెవల్ if-then-else (flowgraph) ఫ్లో గ్..
Outline: Logical మరియు syntax Logical మరియు workflow స్ట్రింగ్ పోలిక ప్రోగ్రామ్ తో Logical ORమరియు AND logical NOT syntax ఒక ఉదాహరణతో logical NOT ప్రదర్శన(ఉపయోగించబడిన ..
Outline: Arithmetic comaparison -eq (equal to) -ne(not equal to) పదగణన ప్రోగ్రాం తో -eq మరియు -ne ను ప్రదర్శించడం( ‘wc -w’ ఉపయోగించబడింది) -ie..
Outline: String and File Attributes comparison in BASH (భేష్ లో స్ట్రింగ్ మరియు ఫైల్ అట్రిబ్యూట్స్ లను పోల్చడం) స్ట్రింగ్ పోలిక(కంపారిజన్) == ఆపరేటర్ ఉపయోగించి స్ట్రింగ్ ను పోల్చడం != ఆ..
Outline: The for loop statement మూడు సమీకరణ సింటాక్స్ తో for loop sequence/range సింటాక్స్ తో for loop for loop ప్రోగ్రాం ప్రవాహం The while loop statement for loop ప్రోగ్రాం ప్రవ..