-
-
Save jaraco/9577d88b75def4a94c9b58f99dfcce1c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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