[Linux] Introduction à Linux

J'ai étudié Linux.

[Linux] Introduction à Linux

"Progression séquentielle" "Répéter" "Branche conditionnelle"

commentaire

comment.sh


#!/bin/sh
echo"Hello world."#hello
echo"Hello morning."
#echo"Good morning."
echo "Good evening."

production


Hello world.
Good morning.
Good evening.

Description de l'emballage

me.sh


#!/bin/sh
echo "0123456789abcdef"
echo "0123\
4567\
89ab\
cdef"

production


0123456789abcdef
0123
456789abcdef

variable

variable.sh


#!/bin/sh
var1 ="test"
for i in 1 2 3;do
  echo ${var1}_${i}
done

production


test_1
test_2
test_3

répétition

for.sh


for i in 1 10 100; do
  echo $(expr 999 + $i)
done

production


1000
1009
1099

Branche conditionnelle

until.sh


#!/bin/sh
i=1
until [ "$i" -gt 5 ];do
  echo $i
  i=$(expr $i + 1)
done

production


1
2
3
4
5

Environnement

Distribution Windows Distribution Linux Ubuntu et logiciel de virtualisation VirtualBox ) A été installé. J'ai senti que la référence était un livre intitulé "Introduction à Linux" ... j'ai oublié.

Postscript

Une distribution est un type de Linux. Il semble qu'il a divergé parce qu'il est open source, et il semble que les volontaires jouent un rôle central dans le développement, et ** Ubuntu ** a été créé en dérivant de cela. Cela semble être la série ** Debian **. [Par objectif] 7 distributions Linux recommandées pour les débutants

Recommended Posts

[Linux] Introduction à Linux
Une super introduction à Linux
Introduction à MQTT (Introduction)
Introduction à Scrapy (1)
Premiers pas avec Supervisor
Introduction à Tkinter 1: Introduction
Introduction à PyQt
Introduction à Scrapy (2)
Introduction à Scrapy (4)
Introduction à discord.py (2)
Introduction à Lightning Pytorch
Présentation de serverspec à Linux
Premiers pas avec le Web Scraping
Introduction aux baies non paramétriques
Introduction à EV3 / MicroPython
Introduction au langage Python
Commandes Linux à retenir
Introduction à la reconnaissance d'image TensorFlow
Introduction à OpenCV (python) - (2)
Introduction à PyQt4 Partie 1
Introduction à l'injection de dépendances
Introduction à Private Chainer
Introduction à l'apprentissage automatique
AOJ Introduction à la programmation Sujet 1, Sujet 2, Sujet 3, Sujet 4
Introduction au module de papier électronique
Introduction à l'algorithme de recherche de dictionnaire
Introduction à la méthode Monte Carlo
[Mémorandum d'apprentissage] Introduction à vim
Introduction à PyTorch (1) Différenciation automatique
opencv-python Introduction au traitement d'image
Introduction à Python Django (2) Win
Introduction à l'écriture de Cython [Notes]
Introduction à Private TensorFlow
Une introduction à l'apprentissage automatique
[Introduction à cx_Oracle] Présentation de cx_Oracle
AOJ Introduction à la programmation Sujet n ° 7, Sujet n ° 8
Introduction à la détection des anomalies 1 principes de base
Introduction à RDB avec sqlalchemy Ⅰ
[Introduction au système] Retracement de Fibonacci ♬
Introduction à l'optimisation non linéaire (I)
[Linux] Bienvenue en mode d'urgence!
Introduction à la communication série [Python]
AOJ Introduction à la programmation Sujet n ° 5, Sujet n ° 6
Linux
J'ai essayé de réintroduire Linux
Linux sur Windows -1-: Présentation de Debian
Introduction au Deep Learning ~ Règles d'apprentissage ~
[Introduction à Python] <liste> [modifier le 22/02/2020]
Introduction à Python (version Python APG4b)
Une introduction à la programmation Python
[Introduction à cx_Oracle] (8e) version de cx_Oracle 8.0
Introduction à discord.py (3) Utilisation de la voix
Introduction à l'optimisation bayésienne
Apprentissage par renforcement profond 1 Introduction au renforcement de l'apprentissage
Super introduction à l'apprentissage automatique
Introduction à Ansible Part «Inventaire»
Série: Introduction à cx_Oracle Contents