Skip to content

Instantly share code, notes, and snippets.

@elneris
Created February 26, 2019 14:38
Show Gist options
  • Save elneris/da210ff034a449155502106afd98efba to your computer and use it in GitHub Desktop.
Save elneris/da210ff034a449155502106afd98efba to your computer and use it in GitHub Desktop.
elner@LAPTOP-G5E3L1UO MINGW64 ~
$ ls
'3D Objects'/ NTUSER.DAT
ansel/ ntuser.dat.LOG1
AppData/ ntuser.dat.LOG2
'Application Data'@ NTUSER.DAT{701ae1b9-13fa-11e9-a5c4-ace3a6bbe0f9}.TM.blf
Contacts/ NTUSER.DAT{701ae1b9-13fa-11e9-a5c4-ace3a6bbe0f9}.TMContainer0000000000000
Cookies@ NTUSER.DAT{701ae1b9-13fa-11e9-a5c4-ace3a6bbe0f9}.TMContainer0000000000000
Desktop/ ntuser.ini
Documents/ OneDrive/
Downloads/ Pictures/
Favorites/ quete/
IntelGraphicsProfiles/ Recent@
Links/ 'Saved Games'/
'Local Settings'@ Searches/
'Menu Démarrer'@ SendTo@
'Mes documents'@ Videos/
MicrosoftEdgeBackups/ "Voisinage d'impression"@
Modèles@ 'Voisinage réseau'@
Music/
elner@LAPTOP-G5E3L1UO MINGW64 ~
$ ls Téléchargements
ls: cannot access 'Téléchargements': No such file or directory
elner@LAPTOP-G5E3L1UO MINGW64 ~
$ ls Images
ls: cannot access 'Images': No such file or directory
elner@LAPTOP-G5E3L1UO MINGW64 ~
$ pwd
/c/Users/elner
elner@LAPTOP-G5E3L1UO MINGW64 ~
$ cd Pictures
elner@LAPTOP-G5E3L1UO MINGW64 ~/Pictures
$ pwd
/c/Users/elner/Pictures
elner@LAPTOP-G5E3L1UO MINGW64 ~/Pictures
$ cd ..
elner@LAPTOP-G5E3L1UO MINGW64 ~
$ pwd
/c/Users/elner
elner@LAPTOP-G5E3L1UO MINGW64 ~
$ cd ..
elner@LAPTOP-G5E3L1UO MINGW64 /c/Users
$ pwd
/c/Users
elner@LAPTOP-G5E3L1UO MINGW64 /c/Users
$ ls
'All Users'@ Default/ 'Default User'@ desktop.ini elner/ Public/
elner@LAPTOP-G5E3L1UO MINGW64 /c/Users
$ cd /Users/elner
bash: cd: /Users/elner: No such file or directory
elner@LAPTOP-G5E3L1UO MINGW64 /c/Users
$ cd /c/Users/elner
elner@LAPTOP-G5E3L1UO MINGW64 ~
$ pwd
/c/Users/elner
elner@LAPTOP-G5E3L1UO MINGW64 ~
$ cd Pictures
elner@LAPTOP-G5E3L1UO MINGW64 ~/Pictures
$ cd
elner@LAPTOP-G5E3L1UO MINGW64 ~
$ cd Pictures
elner@LAPTOP-G5E3L1UO MINGW64 ~/Pictures
$ cd -
/c/Users/elner
elner@LAPTOP-G5E3L1UO MINGW64 ~
$ cd Pictures
elner@LAPTOP-G5E3L1UO MINGW64 ~/Pictures
$ cd ~/Music
elner@LAPTOP-G5E3L1UO MINGW64 ~/Music
$ pwd
/c/Users/elner/Music
elner@LAPTOP-G5E3L1UO MINGW64 ~/Music
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment