Official Introduction from neo1691 - Community & Forums Related Discussions
Users browsing this thread: 1 Guest(s)
|
|||
Well, in order to learn more about linux, you _HAVE_ to learn shell scripting. It's not that hard. A script is a file containing a set of commands.
Let's say you notice that you do the following a lot: Code: ~$ ls Code: #!/bin/sh And there you are. This is a script ! Start it, and it will prompt you for all the .avi files in your ~/Videos, ask you for the file you want and play it via mplayer. |
|||
Messages In This Thread |
Official Introduction from neo1691 - by neo1691 - 25-08-2014, 06:31 AM
RE: Official Introduction from neo1691 - by z3bra - 25-08-2014, 06:45 AM
RE: Official Introduction from neo1691 - by neo1691 - 25-08-2014, 07:43 AM
RE: Official Introduction from neo1691 - by z3bra - 25-08-2014, 08:28 AM
RE: Official Introduction from neo1691 - by thetornainbow - 25-08-2014, 08:29 AM
RE: Official Introduction from neo1691 - by neo1691 - 25-08-2014, 10:26 AM
RE: Official Introduction from neo1691 - by shtols - 25-08-2014, 12:06 PM
RE: Official Introduction from neo1691 - by neo1691 - 25-08-2014, 02:07 PM
RE: Official Introduction from neo1691 - by xero - 26-08-2014, 12:58 AM
RE: Official Introduction from neo1691 - by neo1691 - 26-08-2014, 02:22 AM
|