Linux Commands
Linux Commands
2.How you will copy file from other directory to your present working directory?
7.How to print matching word “pvpl” in a 10 files with .txt extension at a same time?
22.Replace “prime” with “vlsi”, “icc2” with “starRC” and “DC” with “tempus” at a time in a file?
23.Append three files data into a single file in a same directory?
33.Take a file with 10 lines and replace “prime” with “vlsi” in first five lines and replace “vlsi” with “prime” in last
five lines?
34.How to convert rows into columns?
36.how you will delete directory which have 10 files or not empty?
37.How you will print all the unique lines in a file?
38.Print row 5th, row 6th ,row 9th and row 11th ?
42. A B
slack 1 -2ns
slack 2 -0.8ns
slack 3 -1.2ns
slack 4 -1ns
slack 5 -1.1ns
slack 6 -3.2ns
Print all the slack values which is greater than -1.1ns?
43.Write a script to print error count, warning count, PTE-075, LNK-005, LNK-006 in a file?
44. 44.From below question, print all the slack values which is greater than -1.1ns?
File handling questions
After opening a file
1. How you will highlight a word pvpl?
:/pvpl
:set hls
2. Give numbers