Search Results

Search: Posts Made By: TiedCone
2,203
Posted By RudiC
Are you entitled/able to modify that python...
Are you entitled/able to modify that python plugin to create the file using different separators?

---------- Post updated at 16:34 ---------- Previous update was at 16:31 ----------

Howsoever,...
2,203
Posted By RudiC
How about while read P F; do echo cp ${F#*:}...
How about while read P F; do echo cp ${F#*:} ${P#*:}; done < file
cp /media/cache/281662-14.jpg /media/hdd/Media/Video/title1
cp /media/cache/281662-15.jpg /media/hdd/Media/Video/title2
cp...
2,118
Posted By RavinderSingh13
Hello TiedCone, Following may help you in...
Hello TiedCone,

Following may help you in same, I have created a custom file with some more input as follows.

cat testtest123
<track>
<location>http://ts://</location>
...
Forum: Solaris 12-30-2014
7,246
Posted By jlliagre
There is a file which name contains the SGR...
There is a file which name contains the SGR command.

ls | od -c
Forum: Solaris 12-30-2014
7,246
Posted By Don Cragun
I think "Desktop" is another file. Try: mv...
I think "Desktop" is another file. Try:
mv "$(printf "\e[32m")" brokenfileor if you don't mind living dangerously:
rm "$(printf "\e[32m")"
Forum: Solaris 12-27-2014
7,246
Posted By achenle
This will give you the size of the "ls" binary...
This will give you the size of the "ls" binary that was installed on your server via Sun package:grep usr/bin/ls /var/sadm/pkg/SUNWcsu/save/pspool/SUNWcsu/pkgmap | awk '{ print $8 }'Note that the...
Forum: Solaris 12-27-2014
7,246
Posted By Don Cragun
If: tput sgr0;echo black text;ls gives you...
If:
tput sgr0;echo black text;ls
gives you "black text" in black and ls output in green; you have to have an ls function, an ls alias, or a directory containing an ls in PATH before /usr/bin unless...
Showing results 1 to 7 of 7

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