Skip to content

Instantly share code, notes, and snippets.

@chiroptical
Created October 15, 2019 15:52
Show Gist options
  • Select an option

  • Save chiroptical/8a0dba9ca24920b538234d0259d9c9ed to your computer and use it in GitHub Desktop.

Select an option

Save chiroptical/8a0dba9ca24920b538234d0259d9c9ed to your computer and use it in GitHub Desktop.
11:50:38 login0:openmpi-3.1.4 ls
aclocal.m4 autogen.pl config-gcc-4.8.5.sh configure.ac Doxyfile INSTALL Makefile.am Makefile.ompi-rules ompi orte README test
AUTHORS config configure contrib examples LICENSE Makefile.in NEWS opal oshmem README.JAVA.txt VERSION
11:50:38 login0:openmpi-3.1.4 source config-gcc-4.8.5.sh
-bash: ../dist/configure: No such file or directory
11:50:43 login0:gcc-4.8.5 vim con^C
11:50:48 login0:gcc-4.8.5 mkdir dist
11:50:53 login0:gcc-4.8.5 mv * dist
mv: cannot move ‘dist’ to a subdirectory of itself, ‘dist/dist’
11:50:55 login0:gcc-4.8.5 ls -a
. .. dist
11:50:57 login0:gcc-4.8.5 ls
dist
11:50:58 login0:gcc-4.8.5 mv dist/con^C
11:51:06 login0:gcc-4.8.5 ls dist
11:51:08 login0:gcc-4.8.5 ls
dist
11:51:08 login0:gcc-4.8.5 ls dist
11:51:14 login0:gcc-4.8.5 cd dist/
11:51:20 login0:dist ls
11:51:21 login0:dist cd ..
11:51:22 login0:gcc-4.8.5 ls
dist
11:51:23 login0:gcc-4.8.5 ls dist/
11:51:25 login0:gcc-4.8.5 ls
dist
11:51:32 login0:gcc-4.8.5 dist
-bash: dist: command not found
11:51:33 login0:gcc-4.8.5 cd dist/
11:51:35 login0:dist ls
11:51:35 login0:dist ls -a
. ..
11:51:37 login0:dist cd ..
11:51:38 login0:gcc-4.8.5 ls
dist
11:51:39 login0:gcc-4.8.5 ls -a
. .. dist
11:51:41 login0:gcc-4.8.5 ls
dist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment