SyntaxError
can you please help with this problem?
File "dymerge.py", line 25 print info ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(info)?
thanks
Use python lesser 3.x
Or linux: sort file1 file2 | uniq
@andyg2 why? and how? it's python interpreter error when using python 2.x file in python 3.x interpreter
@andyg2 why? and how? it's python interpreter error when using python 2.x file in python 3.x interpreter
sort file1 file2 | uniq > allfiles.txt will take n files and merge them into one, essentially everything that dymerge.py does,
@andyg2 why? and how? it's python interpreter error when using python 2.x file in python 3.x interpreter
sort file1 file2 | uniq > allfiles.txtwill take n files and merge them into one, essentially everything thatdymerge.pydoes,
There's no delete duplicate entry. This one is an all-in-one that merges, deletes, and sorts. Anyone have the fix?