-0 = When handle files or directories with a space in
the name, -0 will be removed if there is any
white-space character.
read name => while loop iterate input one by one.
-r = Recursive Directories
-u = option do not overwrite a file at the destination,
if dt is modified.
-2 => compress file data.
—delete = If a file or directory not exist at the
source, but already exists at the
destination, you might want to delete that
existing file/directory at the target while
syncing .
—exclude-fron = Exclude files and folders if you don’t
want to be transferred.
6! RUVUIEL- 1U6462U.005*
7: SEAFER-106483.ods*
[root@server5 listas]# for i in $(11 | egrep -
o '([0-9]_)?[a-zA-Z]+\-[0-9]+.*\.doc' | cut -f
1 -d"."); do ls *.ods | egrep -n "$i"; done