Skip to content

Instantly share code, notes, and snippets.

@jaraco
Created October 30, 2017 13:08
Show Gist options
  • Save jaraco/9577d88b75def4a94c9b58f99dfcce1c to your computer and use it in GitHub Desktop.
Save jaraco/9577d88b75def4a94c9b58f99dfcce1c to your computer and use it in GitHub Desktop.
/home/site/wwwroot>cd libs/lxml
/home/site/wwwroot/libs/lxml>ls
_elementpath.cpython-36m-x86_64-linux-gnu.so
etree.cpython-36m-x86_64-linux-gnu.so
/home/site/wwwroot/libs/lxml>ls -la
total 6868
drwxrwxrwx 2 nobody nogroup 4096 Oct 28 01:13 .
drwxrwxrwx 2 nobody nogroup 16384 Oct 28 01:23 ..
-rwxrwxrwx 1 nobody nogroup 304689 Oct 27 20:09 _elementpath.cpython-36m-x86_64-linux-gnu.so
-rwxrwxrwx 1 nobody nogroup 6704624 Oct 27 20:09 etree.cpython-36m-x86_64-linux-gnu.so
/home/site/wwwroot/libs/lxml>rm -f *
/home/site/wwwroot/libs/lxml>ls -la
total 6868
drwxrwxrwx 2 nobody nogroup 4096 Oct 28 01:13 .
drwxrwxrwx 2 nobody nogroup 16384 Oct 28 01:23 ..
-rwxrwxrwx 1 nobody nogroup 304689 Oct 27 20:09 _elementpath.cpython-36m-x86_64-linux-gnu.so
-rwxrwxrwx 1 nobody nogroup 6704624 Oct 27 20:09 etree.cpython-36m-x86_64-linux-gnu.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment