???? diff files not found!!!

Technical issues/questions of an intermediate or advanced nature.
User avatar
Ed_P
Contributor
Contributor
Posts: 8374
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

???? diff files not found!!!

Post#1 by Ed_P » 18 Mar 2024, 03:49

Code: Select all

guest@porteus:~$ diff -Naur /home/guest/.mozilla/firefox/cuiho3hm.default-release-2/pref.js  /mnt/nvme0n1p7/porteus5.0/Guest/firefox/pref.js
diff: /home/guest/.mozilla/firefox/cuiho3hm.default-release-2/pref.js: No such file or directory
diff: /mnt/nvme0n1p7/porteus5.0/Guest/firefox/pref.js: No such file or directory

guest@porteus:~$ ls -on /home/guest/.mozilla/firefox/cuiho3hm.default-release-2/pref*
-rw------- 1 1000 15032 Mar 17 20:43 /home/guest/.mozilla/firefox/cuiho3hm.default-release-2/prefs.js

guest@porteus:~$ ls -on  /mnt/nvme0n1p7/porteus5.0/Guest/firefox/pref*
-rwxrwxrwx 1 1000 7106 Mar 17 11:53 /mnt/nvme0n1p7/porteus5.0/Guest/firefox/prefs.js*
-rwxrwxrwx 1 1000  162 Nov 17 02:25 /mnt/nvme0n1p7/porteus5.0/Guest/firefox/prefs.js.txt*

guest@porteus:~$ 
Why? How?
Ed

i3slkiller
Black ninja
Black ninja
Posts: 43
Joined: 03 Feb 2020, 18:51
Distribution: Porteus XFCE v5.0rc2 x86_64
Location: Poland

???? diff files not found!!!

Post#2 by i3slkiller » 18 Mar 2024, 07:50

Because you made a typo, it should be:
diff -Naur /home/guest/.mozilla/firefox/cuiho3hm.default-release-2/prefs.js /mnt/nvme0n1p7/porteus5.0/Guest/firefox/prefs.js

User avatar
Ed_P
Contributor
Contributor
Posts: 8374
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

???? diff files not found!!!

Post#3 by Ed_P » 18 Mar 2024, 16:53

i3slkiller wrote:
18 Mar 2024, 07:50
Because you made a typo
:shock: :wall: Thank you. :beer:
Ed

Post Reply