Solve using shell programming
@mahanilesh-6WkoRQ
•
Oct 11, 2024
Oct 11, 2024
987
solve using shell programming
1.Find all files ending in ".c" in a given directory tree
2.Rename all the files with ".txt" extension in current directory to have a ".xtx" extension.
3.Write a program that prints the sum, average and count of numbers given as ARGUMENTS to the program (do not read from keyboard/stdin)
1.Find all files ending in ".c" in a given directory tree
2.Rename all the files with ".txt" extension in current directory to have a ".xtx" extension.
3.Write a program that prints the sum, average and count of numbers given as ARGUMENTS to the program (do not read from keyboard/stdin)