From c2ae4b4c6a00b84f46fdc2aa02cd3e287d48c7b2 Mon Sep 17 00:00:00 2001 From: Vijay Marcel Date: Sat, 23 Sep 2023 10:11:03 +0900 Subject: python/python3-pox: Added (python filesystem utilities). Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pox/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python/python3-pox/README (limited to 'python/python3-pox/README') diff --git a/python/python3-pox/README b/python/python3-pox/README new file mode 100644 index 0000000000..9af9b3a40b --- /dev/null +++ b/python/python3-pox/README @@ -0,0 +1,7 @@ +pox provides a collection of utilities for navigating and +manipulating filesystems. This module is designed to +facilitate some of the low level operating system interactions +that are useful when exploring a filesystem on a remote host, +pox provides Python equivalents of several unix shell commands +such as which and find. + -- cgit v1.2.3