Compared files  

Left
/fw/roborock.vacuum.p5/3.5.4_0528/xout/_root/opt/rockrobo/scripts/pipes.sh
Last modified2019-11-14 03:51:32
Size5.5 Kb (429 Lines)
EncodingLatin 1 - ANSI (CP1252) default
Right
/fw/roborock.vacuum.p5/3.5.8_0698/xout/_root/opt/rockrobo/scripts/pipes.sh
Last modified2020-03-30 02:39:00
Size5.9 Kb (461 Lines)
EncodingLatin 1 - ANSI (CP1252) default


   Comparison Statistics  

Detailed Statistics

All Changes
 BlocksLines
Unchanged9422
Inserted132
Deleted00
Ignored00
Changed714




   Comparison Details  

45 skipped lines
46 46 if [[ ! -p $pipe ]]; then
47 47     mkfifo $pipe
48 48     chmod 0666 $pipe
49 fi     49 fi
50 50  
51 51 pipe=/tmp/RcCs
52 52 if [[ ! -p $pipe ]]; then
53 53     mkfifo $pipe
54 54     chmod 0666 $pipe
55 fi     55 fi
56 56      
57 57 pipe=/tmp/NvRc
58 58 if [[ ! -p $pipe ]]; then
23 skipped lines
82 82 if [[ ! -p $pipe ]]; then
83 83     mkfifo $pipe
84 84     chmod 0666 $pipe
85 fi     85 fi
86 86  
87 87 pipe=/tmp/NvLr
88 88 if [[ ! -p $pipe ]]; then
5 skipped lines
94 94 if [[ ! -p $pipe ]]; then
95 95     mkfifo $pipe
96 96     chmod 0666 $pipe
97 fi     97 fi
98 98  
99 99 pipe=/tmp/ApRc
100 100 if [[ ! -p $pipe ]]; then
259 skipped lines
360 360 if [[ ! -p $pipe ]]; then
361 361     mkfifo $pipe
362 362     chmod 0666 $pipe
363 fi     363 fi
364 364  
365 365 pipe=/tmp/LrCs
366 366 if [[ ! -p $pipe ]]; then
11 skipped lines
378 378 if [[ ! -p $pipe ]]; then
379 379     mkfifo $pipe
380 380     chmod 0666 $pipe
381 fi     381 fi
382 382  
383 383 pipe=/tmp/CsMc
384 384 if [[ ! -p $pipe ]]; then
385 385     mkfifo $pipe
386 386     chmod 0666 $pipe
387 fi     387 fi
388 388  
389 389 pipe=/tmp/CsLr
390 390 if [[ ! -p $pipe ]]; then
35 skipped lines
426 426 if [[ ! -p $pipe ]]; then
427 427     mkfifo $pipe
428 428     chmod 0666 $pipe
  429 fi
  430  
  431 pipe=/tmp/McCp
  432 if [[ ! -p $pipe ]]; then
  433     mkfifo $pipe
  434     chmod 0666 $pipe
  435 fi
  436  
  437 pipe=/tmp/CpMc
  438 if [[ ! -p $pipe ]]; then
  439     mkfifo $pipe
  440     chmod 0666 $pipe
  441 fi
  442  
  443  
  444 pipe=/tmp/ApHs
  445 if [[ ! -p $pipe ]]; then
  446     mkfifo $pipe
  447     chmod 0666 $pipe
  448 fi
  449  
  450 pipe=/tmp/HsAp
  451 if [[ ! -p $pipe ]]; then
  452     mkfifo $pipe
  453     chmod 0666 $pipe
  454 fi
  455  
  456  
  457 pipe=/tmp/HsRc
  458 if [[ ! -p $pipe ]]; then
  459     mkfifo $pipe
  460     chmod 0666 $pipe
429 461 fi

   Text comparison Options  

Syntax colouring language used: Shell
Match character case: yes.
Match line endings: no.
Match spaces

At start of lines: yes,
In middle of lines: yes,
At end of lines: yes.
Blank lines as empty lines: no.
Activate comparison algorithm
At word level: yes,
At character level: no.


   Legend  

Unchanged lineExample of unchanged line
Modified lineExample of modified line
Added lineExample of added line
Removed lineExample of removed line
Ignored lineExample of ignored line