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 - Assamese

Outline: এৰে অপাৰেচনচ ইন বেচ (Array Operations in BASH) এৰে(Array) এটাক ঘোষণা কৰা আৰু মান সংলগ্ন কৰা এৰে(Array) এটাক প্ৰাৰম্ভণ(Initialize) কৰা ঘোষণাৰ সময়ত বেচ এৰে(Bash Array) এটাৰ দৈৰ্ঘ্..

Basic

Foss : BASH - Assamese

Outline: ম’ৰ অন এৰেজ(More on Arrays) Array(এৰে) উপাদানসমূহৰ(elements) নিষ্কাৰ্সন( Extraction) Array(এৰে) উপাদান(element) এটাত বিচৰা(Search) আৰু প্ৰতিস্থাপন(Replace) Array(এৰে) এটাত উপাদা..

Basic

Foss : BASH - Assamese

Outline: কন্ডিচনেল এক্সিকিউচন(Conditional execution) টেষ্ট(Test) টেষ্ট(Test)ৰ গাঠণি(Syntax) if...then(ইফ দেন) if...then(ইফ দেন)ৰ বাবে বেচ স্ক্ৰিপ্ত উদাহৰণ(Bash script example) if...the..

Basic

Foss : BASH - Assamese

Outline: ইফ লোপচৰ বিষয়ে অধিক (More on If loops) নেষ্টেদ ইফ (Nested if) নেষ্টেদ ইফ ফ্ল’গ্ৰাফৰ সৈতে (Nested if with flowgraph) নেষ্টেদ ইফ-এলচ নেম আৰু পাচৱৰ্ড ভেৰিফিকেচন প্ৰোগ্ৰামৰ সৈতে (Ne..

Basic

Foss : BASH - Assamese

Outline: ল’জিকেল অপাৰেচনচ (Logical Operations) ল’জিকেল এন্দ গাঠণি (Logical AND syntax) ল’জিকেল এন্দ কাৰ্যপ্ৰৱাহ (Logical AND workflow) ল’জিকেল অৰ (Logical OR) ল’জিকেল অৰ কাৰ্যপ্ৰৱাহ (Lo..

Basic

Foss : BASH - Assamese

Outline: বেচ কম্পেৰিজন(Bash comparison)- আৰিথমেটিক কম্পেৰিজন (Arithmetic comparison) আৰিথমেটিক কম্পেৰিজন (Arithmetic comparison) -eq(ইকুৱেল তু) -ne(নট ইকুৱেল তু) এটা শব্দ গণনাকাৰি প্ৰোগ..

Basic

Foss : BASH - Assamese

Outline: ষ্ট্ৰিংগ এন্দ ফাইল এট্ৰিবিউতচ কম্পাৰিজন ইন বেচ (String and File Attributes comparison in BASH) ষ্ট্ৰিংগ কম্পাৰিজন (String comparison) ষ্ট্ৰিংগ কম্পাৰিজন (String comparison) == অ..

Basic

Foss : BASH - Assamese

Outline: কন্ডিচ’নেল লোপচ (Conditional Loops) ফৰ লোপ ষ্টেতমেন্ত (The for loop statement) ফৰ লোপ তিনিটা সমীকৰণৰ গাঠণিৰ সৈতে (for loop with three expression syntax) ফৰ লোপ চিকোৱেঞ্চ/ৰেঞ্জ গ..

Basic

Foss : BASH - Assamese

Outline: ম’ৰ অন লোপচ (More on Loops) এটা লোপৰ ভিতৰত লোপ এটা থকা (A loop within a loop) বহিস্থ ফৰ লোপ (Outer for loop) নেষ্টেদ ফৰ লোপ (Nested for loop) আভ্যন্তৰীণ ফৰ লোপ (Inner for loop)..

Basic

Foss : BASH - Assamese

Outline: কেচ ষ্টেটমেন্ত ইন বেচ (Case statement in BASH) কেচ ষ্টেটমেন্তৰ গুৰুত্ব (Importance of case statement) কেচৰ গাঠণি (Syntax of case)(একক আৰু বহু দুয়োটা অপচনৰ সৈতে) কেচ ষ্টেটমেন্তৰ..

Basic

Foss : BASH - Assamese

Outline: ইউজিং ফাইল দেচক্ৰিপটৰচ (Using File Descriptors) fd ৰ পৰিচয় (Introduction on fd) ফাইল দেচক্ৰিপটৰটো (fd) আউতপুতৰ বাবে ফাইলত সংযুক্ত কৰিবলৈ(exec fd > ফাইলনেম) (Assign the file descr..

Intermediate

Foss : BASH - Assamese

Outline: বেচিকচ অফ ফাংচনচ (Basics of functions) আপোনাৰ প্ৰথম চেল ফাংচনটো লিখা (Writing your first shell function) ফাংচনচ দৰ্শিত কৰা (Displaying functions) ফাংচনচ লিখা (Writing functions)..

Intermediate

Foss : BASH - Assamese

Outline: ম’ৰ অন ফাংচনচ (More on Functions) ফাংচন এটাত ল’কেল ভেৰিয়েবল (Local variable in a function) ফাংচন এটাত গ্ল’বেল ভেৰিয়েবল (Global variable in a function) ল’কেল আৰু গ্ল’বেল ভেৰিয়েবল..

Intermediate

Foss : BASH - Assamese

Outline: এৰেজ এন্দ ফাংচনচ (Arrays & functions) এৰেজ এন্দ ফাংচনচ (Arrays & functions) বিভিন্ন ফাংচন কলৰ দ্বাৰা এৰেৰ ব্যৱ্হাৰযোগ্যতা (Usability of array by different function call) এৰে উদা..

Intermediate

Foss : BASH - Assamese

Outline: এদভানচ টপিকচ ইন এ ফাংচন (Advance topics in a function) চৌৰ্চ কমান্ড (Source command) চৌৰ্চ কমান্ড ব্যৱ্হাৰৰ উদাহৰণ (Source command usage example) বেকগ্ৰাউন্দ ফাংচনৰ বিস্তৃত বৰ্ণ..

Intermediate

Foss : BASH - Assamese

Outline: ৰিকাৰ্চিভ ফাংচন (Recursive function) ৰিকাৰ্চিভ ফাংচনৰ অৰ্থ আৰু ব্যৱ্হাৰ (Recursive function meaning and uses) ৰিকাৰ্চিভ ফাংচনৰ ব্যাখ্যা (Illustration of recursive function) (ব্যৱ..

Intermediate

Foss : BASH - Assamese

Outline: বেচিকচ অফ ৰিদাইৰেকচন (এৰ’ৰ হেন্দলিং) (Basics of Redirection) (error handling) বেচত ইনপুত আৰু আউতপুত (Input and Output in bash) ৰিদাইৰেকচনৰ সংজ্ঞা (Redirection definition) ফাইল দ..

Intermediate

Foss : BASH - Assamese

Outline: ম’ৰ অন ৰিদাইৰেকচন (More on Redirection) ষ্টেনদাৰ্দ এৰ’ৰ আৰু আউতপুত দুয়োটাৰে 'কমান্ড &>ফাইলনেম' ব্যৱ্হাৰ কৰি ৰিদাইৰেকচন (Redirection of both standard error and output using 'comman..

Intermediate

Foss : BASH - Assamese

Outline: হিয়েৰ দ’কোমেন্ত এন্দ হিয়েৰ ষ্ট্ৰিংগ ('Here' document and 'Here' string) হিয়েৰ দ’কোমেন্ত (Here document) হিয়েৰ দ’কোমেন্তৰ 'wc -w'ৰ সৈতে বৰ্ণনা (Illustration of Here document with ..

Intermediate

Foss : BASH - Bengali

Outline: BASH Shell Scripting এর পরিচিতি Bash Shell Bash Shell স্ক্রিপ্ট

Basic