Set a default value of db/voice/vc/engine/default for tv profile
[platform/core/appfw/vconf-internal-keys.git] / check_dup.sh
index 316f48a..11bdae9 100755 (executable)
@@ -1,12 +1,14 @@
 #!/bin/bash
 #--------------------------------------------------------------------
+#./check_dup.sh > ~/test.txt
+#cat ~/test.txt | sort > ~/test1.txt
+#cat ~/test.txt | sort -u > ~/test2.txt
+#vimdiff ~/test1.txt ~/test2.txt
+#--------------------------------------------------------------------
 filelist=`ls ./data/*.xml`
 
 for file in $filelist
 do xmlstarlet sel -t -v "/vconfkeylists/vconfkey/@name" $file | sed 's/^ *//; s/ *$//; /^$/d'
 done
 
-#./check_dup.sh > ~/test.txt
-#cat ~/test.txt | sort > ~/test1.txt
-#cat ~/test.txt | sort -u > ~/test2.txt
-#vimdiff ~/test1.txt ~/test2.txt
+