Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inventsekar/linuxtools-thru-perl-and-python
https://github.com/inventsekar/linuxtools-thru-perl-and-python
ctflearn ctflearnwriteups linux-administration linux-command linux-server linux-tools perl perl-script perl-scripts python python-3 python-beginners python-script python3
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/inventsekar/linuxtools-thru-perl-and-python
- Owner: inventsekar
- Created: 2018-03-04T16:54:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T10:12:45.000Z (over 4 years ago)
- Last Synced: 2024-10-13T11:42:58.128Z (2 months ago)
- Topics: ctflearn, ctflearnwriteups, linux-administration, linux-command, linux-server, linux-tools, perl, perl-script, perl-scripts, python, python-3, python-beginners, python-script, python3
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LinuxTools-Thru-Perl-and-Python
6th march 2018 inventsekar
the task is to implement linux tools thru perl and python.
for learning perl and python, comparing their features, etc# Please suggest which linux tools would be the best choice for this perl-python implementations
1. wc
2. grep
3. less - top
4. sed (few features only - search and replace, etc)
5. will add more...