Bissoy.com
Login
Doctors
Medicines
MCQs
Q&A
Ask
Merit Test
Questions
Courses
Which command is used to display all the lines with the string 'sales' from the file empl.lst?
cut sales empl.lst
/sales > empl.lst
grep sales empl.lst
cat | /sales > empl.lst
None of the above
LohaHridoy
0
Edit
4
views
2025-01-04 04:42
1
Answers
AhmedNazir
Answer: Option 3
Let'
0
Thanks
4
views
Answered
2022-09-01 13:21
Report
Edit
Call
Related Questions
What is the result of compiling and running this code main() { char string[] = "Hello World"; display(string); } void display(char *string) { printf("%s", string); }?
1 Answers
13
Views
What will be the output when the following program is compiled and executed abstract class TestAbstract{ String my_name; String myName(){ my_name = "Examveda"; return my_name; } abstract void display(); } public class Test extends TestAbstract{ void display(){ String n = myName(); System.out.print("My name is "+ n); } public static void main(String args[]){ Test t = new Test(); t.display(); } }?
1 Answers
6
Views
How many objects will be created String a = new String("Examveda"); String b = new String("Examveda"); String c = "Examveda"; String d = "Examveda";?
1 Answers
6
Views
What will be the output public class Test{ public static void main(String[] args){ String value = "abc"; changeValue(value); System.out.println(value); } public static void changeValue(String a){ a = "xyz"; } }?
1 Answers
7
Views
What happens if the following program is compiled and executed interface MyInterface{ void display(); } interface MySubInterface extends MyInterface{ void display(); } public class Test implements MySubInterface{ public void display(){ System.out.print("Welcome to Examveda."); } public static void main(String args[]){ Test t = new Test(); t.display(); } }?
1 Answers
5
Views
What will be the output of the following PHP code <php function convertSpace($string) { return str_replace("_", " ", $string); } $string = "Peter_is_a_great_guy!"; echo filter_var($string, FILTER_CALLBACK, array("options"=>"convertSpace")); >?
1 Answers
6
Views
While working with MS-DOS, which command is used to display the contents of a file and pause the display after each screenful of information?
1 Answers
5
Views
Which command will be used to display a column file compression ratio for each file of Double spaced disk?
1 Answers
7
Views
Which command is used to list all the files with extension .lst?
1 Answers
5
Views
Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it?
1 Answers
4
Views
কোরআন
হাদিস
চাকুরি প্রস্তুতি
বিশ্ববিদ্যালয় ভর্তি
মেডিকেল SBA
12
এইচএসসি
10
এসএসসি
8
জেএসসি
এক্সাম দিয়ে মেধা যাচাই করুন
Job Preparation (1125)
Admission (754)
এসএসসি (10)
এইচএসসি (5)
Login Required
You need to log in to continue.
Login
Cancel
Download Required
You need to download the app to make a call.
Download
Cancel