Someone can assist with these tasks in Linux.
Someone can assist with these tasks in Linux.
I completed all the tasks I was familiar with. Could you confirm if I handled them correctly? I wasn’t sure about 5 tasks highlighted in red and 3 where I had some experience but didn’t finish, marked in green. I’ve attached a link to a Google Drive folder with photos of my work, limited to 20MB. https://drive.google.com/drive/folders/1...sp=sharing
I believe you should reconsider how pipes function in Linux. Have you explored stdin, stdout, and stderr? (For instance, https://en.wikipedia.org/wiki/Standard_streams) Linux treats text files, other files, devices like your mouse or /dev/null, and streams as essentially the same. Generally, think of these concepts—stdin, stdout, stderr—as special cases where files become relevant. If you write to a file only to read it again, you're doing it incorrectly. Try what I suggested and adjust it until it works for you.