Search Results

Search: Posts Made By: misfitplanet
1,342
Posted By misfitplanet
Here is how you do it: One argument example:...
Here is how you do it:

One argument example:
>>> p1 = "path1"
>>> p2 = "path2"
>>> print "result: %s" % (p1)
result: path1

Two argument example:
>>> print "results: %s, %s" % (p1,p2)...
1,342
Posted By misfitplanet
Line 77, Try changing '''%(Version) to...
Line 77, Try changing

'''%(Version)

to this:


%(Version)'''
2,105
Posted By misfitplanet
Customizing Terminal in Live Linux Distro
I'm creating a python script to load a configuration to gnome-terminal immediately after a Live Boot. I must run it in super-user mode, because I shut down some services first. After this, I want to...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 12:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy