Displaying 1 result from an estimated 1 matches for "skype_staticqt".
Did you mean:
skype_static
2012 Jun 17
1
Format for giving examples of commands
...lo,
Is there a standard format for quoting examples of commands to be
entered by the user?
I've given the following example commands:
cd /tmp
wget http://www.skype.com/go/getskype-linux-beta-static
cd /opt
tar xjvf /tmp/skype_static-4.0.0.7.tar.bz2
rm /tmp/skype_static-4.0.0.7.tar.bz2
ln -s skype_staticQT-4.0.0.7 skype
Someone changed them to add prompts:
[root at host]# cd /tmp
[root at host]# wget http://www.skype.com/go/getskype-linux-beta-static
[root at host]# cd /opt
[root at host]# tar xjvf /tmp/skype_static-4.0.0.7.tar.bz2
[root at host]# rm /tmp/skype_static-4.0.0.7.tar.bz2
[root at host]...