mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 02:25:11 +01:00
Import
This commit is contained in:
6
bin/dirdiff
Executable file
6
bin/dirdiff
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
#ls -lR $1 > /tmp/diff_01
|
||||
#ls -lR $2 > /tmp/diff_02
|
||||
ls -logR $1 > /tmp/diff_01
|
||||
ls -logR $2 > /tmp/diff_02
|
||||
diff /tmp/diff_01 /tmp/diff_02 |less
|
||||
Reference in New Issue
Block a user