Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pwd
- mkdir test
- ls
- cd test
- ls
- touch test.txt
- ls
- echo "Hello ChatGPT" > test.txt
- cat test.txt
- touch script.py
- echo "L = [['some'], ['lists'], ['here']] " > script.py
- echo "print('The lists are:', *L, sep='\n')" >> script.py
- python3 script.py
- ping -c2 8.8.8.8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement