Search Results

Search: Posts Made By: slak0
1,451
Posted By slak0
Perhaps you could use: bash-4.1$ str="a0=bus...
Perhaps you could use:
bash-4.1$ str="a0=bus a1=car a2=truck"
bash-4.1$ nustr=`echo $str | sed "s/a.=//g"`
bash-4.1$ echo $nustr

I think the problem of occurrence is the use of the "^".
2,463
Posted By slak0
[SOLVED] mplayer snapshots
Found the solution:
TV="-tv driver=v4l2:device=/dev/video0:width=320:height=240:norm=NTSC:chanlist=us-cable:input=0:noaudio:outfmt=i420"
OUT="-fps 30 -cache 128"
PIC="-hue 0 -brightness 0 ...
Showing results 1 to 2 of 2

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