Recent content by MariaBma

  1. M

    Shell script linux

    I talked to my teached and I managed to understand the assignment but I still got stuck. I have to make a shell script which compares 2 files line by line and finds different lines.If the number of the different lines is greater than 20,then I have to copy the 2 files to another path and then...
  2. M

    Shell script linux

    I am really struggling with a homework.I have to make a shell script that will copy to a separate path the files in which the user modified more than 20 lines on a specific date.The files should also be archived and them deleted. What I know right now: To copy a file somewhere else i use this: $...
  3. M

    I need help asap,school project

    Hi,I need to make a shell script that copies to another directory only the files in which the user modifed more than 20 files at a certain time/date.Files are archived and then deleted.
Top