Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what these two commands prints "echo test","cat test"?

Answer Posted / asrar ahmed

(1) echo test:
echo test will print the output as "test"
$echo test
test

(2)cat test:
cat test will print the content of the file, if the file is
present.
$ cat test
Jan
Feb
Mar

Now we can remove the file test:

$ rm test
$ cat test
cat: test: No such file or directory

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are reported commands?

1093


Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

1176


What are the general commands in using unix os for a beginner?

1132


What happens when we execute a unix command?

1110


What command is used to check the current users?

1089


What does #!/ Bin sh do?

1041


What difference between cmp and diff commands?

1276


Explain the steps that a shell follows while processing a command.

1196


How do I search for a file in unix command?

989


What is the difference between cat and more command?

1254


Write a command to display a file’s contents in various formats?

1172


Enumerate some of the most commonly used network commands in unix?

1134


Why is it called grep?

987


What is the use of awk command in unix?

1089


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

1364