LinuxCourse/Lesson0

From flossk

Jump to: navigation, search
   1  ls
   2  touch kosova.txt
   3  list file
   4  ls
   5  ls l
   6  ls-l
   7  ls-l
   8  ls - l
   9  ls -l
  10  ls -la
  11  ls -lah
  12  echo mire se vini
  13  echo mire se vini >> kosova.txt
  14  ls -la
  15  cat concatinate kosova.txt
  16  cat kosova.txt
  17  pwd
  18  mkdir Linuxcourse
  19  ls -la
  20  cd Linuxcourse
  21  pwd
  22  move lesson1 to  mesimnje
  23  mv lesson1  mesimje
  24  mv lessonone mesimnje
  25  ls
  26  mkdir lessonone
  27  move lessonone mesimnje
  28  mv lessonone mesimnje
  29  ls
  30  cd mesimnje
  31  echo mike >> classmembers.txt
  32  cat c
  33  cat classmembers.txt 
  34  echo bresta >> classmembers.txt
  35  cat classmembers.txt
  36  cat classmembers.txt
  37  cat classmembers.txt
  38  history
  39  history >> myhistory.txt
  40  cat myhistory.txt
  41  cat myhistory.txt
  42  echo yll >> myhisotry.txt
  43  echo "Bukurie\nArian" 
  44  echo "Bukurie\nArian" 
  45  echo "Bukurie\nArian" 
  46  echo Bukurie\nArian
  47  echo 'Bukurie\nArian'
  48  echo "Bukurie\nArian">> myhistory.txt
  49  cat myhistory.txt 
  50  echo "Bukurie\n Arian" >> myhistory.txt
  51  cat myhistory.txt
  52  grep bresta.classmember.txt
  53  grep bresta classmembers.txt
  54  grep -v bresta c
  55  grep -v bresta classmembers.txt 
  56  grep a classmembers.txt 
  57  grep b classmembers.txt 
  58  grep i classmembers.txt 
  59  grep a classmembers.txt 
  60  echo ardian >> classmembers.txt 
  61  echo arian >> classmembers.txt 
  62  grep ian classmembers.txt 
  63  grep ar.*ian classmembers.txt 
  64  grep [ab]n$ classmembers.txt 
  65  grep -v k classmembers.txt >smallclass.txt
  66  mv classmemebers.txt classmembers.txt.bak
  67  mv classmembers.txt > classmembers.txt.bak
  68  mv smallclass.txt > classmembers.txt
  69  sort classmembers.txt
  70  sort -u classmembers.txt
  71  ls
  72  ls /la
  73  ls -la
  74  cat smallclass.txt 
  75  cat smallclass.txt 
  76  cd
  77  tree
  78  finde
  79  find
  80  man sort
  81  sort --help
  82  sort -h
  83  apropos sort
  84  ls
  85  ls -lsh
  86  ls -lah
  87  exit
  88  gnu
  89  cat history
  90  cat history.txt
  91  exit
  92  ls
  93  ls -lah
  94  ls -l
  95  ls -l
  96  ls -a
  97  ls -l a
  98  ls -l  -a
  99  touch kosova.txt
 100  pwd
 101  ls
 102  ls -l
 103  touch petriti.txt
 104  ls
 105  ls
 106  ls
 107  ls
 108  ls -la
 109  date
 110  touch kosova.txt
 111  ls -la
 112  echo miresevini
 113  echo miresevini >> kosova.txt
 114  cat kosova.txt
 115  cat kosova.txt
 116  echo test >> kosova.txt
 117  cat kosova.txt
 118  echo mireseerrdhe >> kosova.txt
 119  echo start > kosova.txt
 120  cat kosova.txt
 121  echo > kosova.txt
 122  cat kosova.txt
 123  echo 1. element > kosova.txt
 124  cat kosova.txt
 125  ls
 126  cd  Linuxcourse
 127  cd ..
 128  cd Linuxcourse
 129  cs ..
 130  cd linuxcourse
 131  mkdir lesson1
 132  cd lesson1
 133  echo ls.txt
 134  cat > cl.txt
 135  cat > cl.txt
 136  ls
 137  cat ls.txt
 138  echo edmond >> ls.txt
 139  cat ls.txt
 140  echo flamur >> ls.txt
 141  echo gezim >> ls.txt
 142  cal ls.txt
 143  cat ls.txt
 144  grep flamur ls.txt
 145  grep -v flamur ls.txt
 146  grep  flamur ls.txt
 147  grep -z flamur ls.txt
 148  grep -z ls.txt
 149  grep z ls.txt
 150  grep a ls.txt
 151  grep a.*ian ls.txt
 152  grep f.*ur ls.txt
 153  sort ls.txt
 154  sort -v ls.txt
 155  sort ls.txt
 156  sort -u ls.txt
 157  sort -d ls.txt
 158  man sort
 159  ls
 160  find
 161  history
 162  sort -r
 163  sort -r ls.txt
 164  sort -n ls.txt
 165  grep -v gezim ls.txt > small
 166  mv ls.txt > cl.txt.bak
 167  mv small cl.txt
 168  ls
 169  cat cl.txt
 170  diff cl.txt cl.txt.bak
 171  cat cl.txt cl.txt.bak
 172  pwd
 173  cp cl.txt new.txt
 174  rm new.txt
 175  cat > hello.sh
 176  bash hello.sh
 177  . hello.sh
 178  cat > hello.sh
 179  . hello.sh
 180  cat  hello.sh
 181  bash hello.sh
 182  cat > hello.sh
 183  . ./hello.sh 
 184  cat > hello.sh
 185  . ./hello.sh 
 186  . hello.sh 
 187  bash hello.sh 
 188  cat > hello.sh
 189   . bash hello.sh
 190  . ./hello.sh 
 191  . hello.sh
 192  . hello.sh
 193  cat > hello.sh
 194  . hello.sh erzen
 195  bash hello.sh erzen
 196  bash hello.sh World
 197  notepad hello.sh
 198  notepad hello.sh
 199  ls
 200  linuxcourse
 201  cd linuxcourse
 202  ls
 203  cs lesson1
 204  ls
 205  cd lesson1
 206  ls
 207  find /cygdrive/c
 208  find /cygdrive/c
 209  find /cygdrive/c
 210  ls
 211  linuxcourse
 212  cd linuxcourse
 213  ls
 214  cd lesson1
 215  ls
 216  find /cygdrive/c
 217  fg
 218  fg
 219  find /cygdrive/c
 220  find /cygdrive/c file &
Personal tools