I'm used to store a group of files whoami
Answers
Answer:
I'm currently working through some exercises to try and improve my shell scripting. The requirements of the script are as follows:
It must get the user's name using the whoami command and store it in a variable called username.
It must take a single parameter which is the name of the file to be searched.
It must grep to search the specified file for occurrences of the user's name and print them.
Answer:
Folder
Explanation:
You are a folder. Used to be called directory.
Directory is a classical term used since the early times of file systems while folder is a sort of friendly name which may sound more familiar to Windows users. The main difference is that a folder is a logical concept that does not necessarily map to a physical directory. A directory is an file system object.