What are the 4 basics of OOP?
Answer / pavan
1.Data Abstraction
2.Data Encapsulation
3.Polymorphism
4.Inheritance
Is This Answer Correct ? | 19 Yes | 3 No |
What are different types of shell?
What are the different kinds of loops available in shell script?
Is bash a shell script?
How to check if a directory exists?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
What is the use of "test" command?
Is it possible to substitute "ls" command in the place of "echo" command?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
How Connect to a Database in Shell Programming?
How to rename all the files in a folder having specific extension? Example: I have some files with extension (.txt) in a folder name 'Test'. I have to rename all the .txt files in a test and its subdirectories to .my extension.
What is .sh file in mac?
Write the syntax for "if" conditionals in linux?