Search found 6 matches

by dacorsa
02 Oct 2023, 11:57
Forum: Help
Topic: Invalid escape sequence
Replies: 2
Views: 1408

Re: Invalid escape sequence

Thanks, i use KDE
by dacorsa
02 Oct 2023, 10:36
Forum: Help
Topic: Invalid escape sequence
Replies: 2
Views: 1408

Invalid escape sequence

Hi all, on ubuntu 23.04 i have this error: kf.config.core: "KConfigIni: In file /usr/share/applications/FreeFileSync.desktop, line 4: " "Invalid escape sequence \"\\\"\"." kf.config.core: "KConfigIni: In file /usr/share/applications/FreeFileSync.desktop, line ...
by dacorsa
30 Jul 2020, 18:29
Forum: Help
Topic: verify version of FFS with command line
Replies: 6
Views: 764

Re: verify version of FFS with command line

yes, 202 is suffice
i use that command for other program...but in this case yes, not need sort uniq
no, latest FFS not use date stamped:

./freefilesyncupdate.sh
download/FreeFileSync_11.0_Linux.tar.gz
11.0
11.0
L'ultima versione di FreeFileSync è già installata '11.0'

Bye
by dacorsa
29 Jul 2020, 16:41
Forum: Help
Topic: verify version of FFS with command line
Replies: 6
Views: 764

Re: verify version of FFS with command line

Very strange, there is not output in konsole...why, but i have found a workround:

verins=`cat /opt/FreeFileSync/CHANGELOG | grep '202' | head -n 1 | sort | uniq | grep -o -P '(?<=FreeFileSync ).*(?= )'` ; echo $verins
by dacorsa
28 Jul 2020, 19:11
Forum: Help
Topic: verify version of FFS with command line
Replies: 6
Views: 764

Re: verify version of FFS with command line

i mean in ubuntu, how can i use in command line?
Thanks
by dacorsa
28 Jul 2020, 11:32
Forum: Help
Topic: verify version of FFS with command line
Replies: 6
Views: 764

verify version of FFS with command line

Hi guys,

how verify the version of FreeFileSync in command line?

Thanks