List all the files beginning with A

Answers were Sorted based on User's Feedback



List all the files beginning with A ..

Answer / saim.saiyed

ls A*

Is This Answer Correct ?    15 Yes 0 No

List all the files beginning with A ..

Answer / riyaz

ls -l | grep -i a*

Is This Answer Correct ?    6 Yes 0 No

List all the files beginning with A ..

Answer / aron nair

find A*

Is This Answer Correct ?    4 Yes 0 No

List all the files beginning with A ..

Answer / ranjith

ls -a A*

Is This Answer Correct ?    4 Yes 0 No

List all the files beginning with A ..

Answer / pravin

ls -l | grep A*

Is This Answer Correct ?    4 Yes 2 No

List all the files beginning with A ..

Answer / shashi

ll A*

Is This Answer Correct ?    2 Yes 1 No

List all the files beginning with A ..

Answer / susheel narayan singh

#locate A*
or
#whereis A*

Is This Answer Correct ?    1 Yes 1 No

List all the files beginning with A ..

Answer / inventor

In Solaris the correct commands are:
ls -ltr grep a*
ls -ltr grep A*

Is This Answer Correct ?    0 Yes 0 No

List all the files beginning with A ..

Answer / himanshu

ll A*.*

Is This Answer Correct ?    3 Yes 4 No

List all the files beginning with A ..

Answer / mrigendra singh

#find / -name a*
or
#find a*

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More Linux Commands Interview Questions

Write a command that will display all .txt files, including its individual permission.

0 Answers  


What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?

0 Answers  


How do I move to root in linux?

0 Answers  


Does linux cp command overwrite?

0 Answers  


Main configuration file and command used for NFS enabling exported directories and deamons?

0 Answers  






what are the Linux-based security tools?

4 Answers  


How to monitor ports in a linux machine, with single command?

7 Answers  


Which command would you use to create a file system on a new hard drive?

0 Answers  


List all the files beginning with A

10 Answers  


The head command writes the how many lines of a file to screen?

0 Answers  


What does free command do in linux?

0 Answers  


what is "ls* " is run options are 1) x 2).x 3) hidden 4) no disply tell exact answer.

6 Answers   Google,


Categories