Ubuntu Pastebin

Paste from dd at Wed, 16 Mar 2016 08:59:05 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
$ ls
Desktop    Happy.mp4  Public     icons                simsun.ttf
Documents  Music      Templates  install-simsun-font
Downloads  Pictures   Videos     profile
$ bash
john@localhost:~$ ls
bash: $'\E[0m\E[01': command not found
bash: $'34mDesktop\E[0m': command not found
bash: $'\E[01': command not found
bash: $'34mDocuments\E[0m': command not found
bash: $'\E[01': command not found
bash: $'34mDownloads\E[0m': command not found
bash: $'\E[01': command not found
bash: $'35mHappy.mp4\E[0m': command not found
bash: $'\E[01': command not found
bash: $'34mMusic\E[0m': command not found
bash: $'\E[01': command not found
bash: $'34mPictures\E[0m': command not found
bash: $'\E[01': command not found
bash: $'34mPublic\E[0m': command not found
bash: $'\E[01': command not found
bash: $'34mTemplates\E[0m': command not found
bash: $'\E[01': command not found
bash: $'34mVideos\E[0m': command not found
bash: $'\E[01': command not found
bash: $'34micons\E[0m': command not found
bash: install-simsun-font: command not found
bash: profile: command not found
bash: simsun.ttf: command not found
john@localhost:~$ 
Download as text