ex.
[ 5 = 6]
solution
[ 5 = 6 ]
Tutorials:
http://wiki.linuxquestions.org/wiki/Bash_tips
http://www.tldp.org/LDP/abs/html/
https://wiki.archlinux.org/index.php/Color_Bash_Prompt
[ 5 = 6]
solution
[ 5 = 6 ]
Tutorials:
http://wiki.linuxquestions.org/wiki/Bash_tips
http://www.tldp.org/LDP/abs/html/
https://wiki.archlinux.org/index.php/Color_Bash_Prompt
cat file1 file2 .. fileN > mergedfile
cat file1 file2 | sort | uniq > mergedfile
Whenever you're running subprocess.call and you see this error, say to yourself: "Have I passed the command line as one parameter in a list; or have I passed it as a series of parameters?"
rcsdiff -r1.1 -r1.2 -u file
rcsdiff -r1.1 -r1.2 -u file | ./idiff