Search Results

Search: Posts Made By: TioTony
2,472
Posted By TioTony
I changed the script around a little bit. The ...
I changed the script around a little bit. The "*." in many of the $LS_COLORS items is causing the problem. I couldn't figure out how to fix it in the for loop echo -e so I used sed to change the...
2,472
Posted By TioTony
When I run echo $LS_COLORS on my system I get...
When I run echo $LS_COLORS on my system I get this result
...
Forum: Red Hat 08-31-2015
3,412
Posted By TioTony
The network outage sounds like the culprit. Post...
The network outage sounds like the culprit. Post an update after the reboot, which hopefully will resolve it for you.
5,130
Posted By TioTony
I believe you can extract it to any directory you...
I believe you can extract it to any directory you like. Then you need to run:
1. perl Makefile.PL
2. make
3. make test
4. make install

If you run into errors with these commands (like missing...
1,823
Posted By TioTony
Hi D351, I think you simply forgot the...
Hi D351,
I think you simply forgot the "do". Try this:

#!/bin/bash
#This will create blank lyric files, as used by mocp, for all mp3s in a direcory

files=(ls *.mp3)
for song in $files...
Showing results 1 to 5 of 5

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