I want to write a shell script which takes as input a valid path, and the script lists the first n (also a parameter) lines of all the files from the repository and sub repositories where the user who launched the script has read and write privileges. Is there a command that would allow me to do this? I believe
Tag: repository
Linux to Windows repository pull and push
Our entire code base at work is housed on an IIS Windows environment. My task was to copy the code to our new Linux Ubuntu server and go through the code to make the changes necessary to get it to run on the Linux box. It took a couple months but it works. In the meantime, code updates were made