hat command would give me an alphabetic listing of this directory? What is the command will do this i
Linux Question:
What command would give me an alphabetic listing of this directory? What is the command will do this in reverse?
[root@localhost ~]# cat > guitars
godin
gretch
fender
gibson
esp
hagstrum
jackson
ibanez
g&l
cordoba
adams
breedlove
Write the command that will show all the files in the guitars directory from the question above that begin with the letter g, and sort the output? Be careful with this one.
Description:
Question: What command would give me an alphabetic listing of this directory?
Answer: By default, the ls command presentations all statistics in alphabetic order by record call.
Step by step
Solved in 2 steps
Write the command that will show all the files in the guitars directory from the question above that begin with the letter g, and sort the output? Be careful with this one. Following up