Question: Command should be a one-liner 1. A bash command to show the relative paths for every .py.c, and .java file within the current working directory
1. A bash command to show the relative paths for every .py.c, and .java file within the current working directory or any of its subtrees. The python files should display first, then the c files, then the java files. For example, say that you are currently in a directory named test with the following structure within it test code something.ml something.py other calculate.c compute.java scripting.py If you were to run your command, you should see the following result: $ your_command ./scripting.py ./code/something.py ./other/calculate.c ./other/compute.java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
