Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This is for Linus operating system kalpana/Desktop/Assignment 1-4%20Questions.pdf How would you encrypt a text file named mytext.txt that contalns only lower case letters using a

This is for Linus operating system
image text in transcribed
kalpana/Desktop/Assignment 1-4%20Questions.pdf How would you encrypt a text file named "mytext.txt" that contalns only lower case letters using a Caesar cipher with a shift of +10 and save It as "mytextencrypted.td"? Give exact syntax. 1. 2. How would you decrypt the file "mytextencrypted.txt" from question 1 into the original 3. How would you sort numerically by column 5 a file named "mydata.bxt" and save the 4. Suppose "mydata.txt" is a sorted list of words. How would you remove duplicates from 5. How would you replace every occurrence using 'sed' of the substring 'hello' by the form i.e. the content of "mytext.txt"? Give exact syntax. results in "mydatasorted.txt"? Give exact syntax. it and save the result in "mydataNoDup.txt"? Give exact syntax. substring 'goodbye' in a file named "mywords.txt" and save the output in "mynewwords.txt"? Give exact syntax. 6. How would you display a list of users currently logged into the system, such that every 7. How would you display all files in current directory that are newer than "file.txt"? Give 8. What is the 'time command used for in Linux? username (and just the username) appears only once? Give exact syntax. exact syntax. How would you compress a file (using any of the Linux compression tools available) named "mydata.txt"? Give exact syntax. 9

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data Systems A 360-degree Approach

Authors: Jawwad ShamsiMuhammad Khojaye

1st Edition

0429531575, 9780429531576

Students also viewed these Databases questions

Question

To find integral of sin(logx) .

Answered: 1 week ago