Technical issues/questions of an intermediate or advanced nature.
-
Ed_P
- Contributor

- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Post#1
by Ed_P » 05 Jan 2017, 05:47
I seem to recall reading here that there was a way to find the difference between two modules. I've searched but can't find it. diff version1.xzm version2.xzm isn't it. Can someone point me in the right direction?
Thanks.

Ed_P
-
fulalas
- DEV Team

- Posts: 2058
- Joined: 26 Oct 2016, 15:34
- Distribution: Porteus
- Location: Brazil
Post#2
by fulalas » 05 Jan 2017, 10:29
sudo save-changes 1.xzm
# Do some processing to generate required changes
sudo save-changes 2.xzm
mkdir a b
sudo mount 1.xzm a
sudo mount 2.xzm b
diff -qr b a
fulalas
-
brokenman
- Site Admin

- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Post#3
by brokenman » 05 Jan 2017, 12:19
xzdiff --help
How do i become super user?
Wear your underpants on the outside and put on a cape.
brokenman
-
Ed_P
- Contributor

- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Post#4
by Ed_P » 06 Jan 2017, 01:23
The thing I was looking for is what you posted
fulalas but I like the sounds of your command
brokenman.
Thanks guys.

Ed_P