Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Unka-Malloc/Python-Sliding-Window-Protocols

Repository files navigation

Python Sliding Window Protocols

linux shell terminal output

'ls' > output.txt, add to a new file (overwrite), without printing in terminal and only write in file

'ls' >> output.txt, add to the end of file, without printing in terminal and only write in file

'ls' | tee -a output.txt, print in terminal and write in file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published