User Tools

Site Tools


kurs:variable.sh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

kurs:variable.sh [2014/09/10 21:22] (current)
Line 1: Line 1:
 +<​code>​
 +#/bin/bash
 +
 +p_var='​im programm'​
 +echo $p_var
 +
 +echo $shell_var
 +export p_var
 +## sleep 60
 +
 +</​code>​
  
kurs/variable.sh.txt ยท Last modified: 2014/09/10 21:22 (external edit)