greetings,
i have a variable $input that i want to use to set $output. $input is /dir/filename.mph and $input is passed to my script that i manipulate it as follows:
Code:
input=`basename $input`
i want the $output to be filename_solved.mph, basically stuffing "_solved" in the filename. here's how i did it:
Code:
output=`echo $input | awk -F.
I want to list and remove the content of a directory on a removable hard drive.
Hi,
I have a verilog file which looks like
Code:
module xyz (x, y, z, a, b, c);
input x;
input y;
input z;
output a;
output b;
output c;
initial begin
...
end
always ...
...
endmodule
What i want is to create a dummy of verilog module without the content so it should look like
Code:
module xyz (x, y, z, a, b, c);
input x;
input y;
input z;
output a;
output b;
output c;
endmodule
Hi there! I've been using Linux for about 3 years.I have a laptop running Archlinux on which I have an jack output for headphones, a jack input for a mic/line in and an internal mic.I'd like to remap the input jack to an output, to play sound using the original output and the mic input.
I have a prebuilt image of Linux (uImage-da850-omapl138-evm.bin) from Arago Project.
So uImage and root filesystem are situated on SD card of my device (OMAP-L138 Experimenter Kit). After Linux is booted, on the screen of this device I can see a screen saver. But input/output runs through serial port.
Hi all,
I am using following command:
Code:
perl program.pl input.txt output.txt CUTOFF 3 > groups_3.txt
containing program.pl, two files (input.txt, output.txt) and getting output in groups_3.txt:
But, I wish to have 30 files corresponding to each CUTOFF ranging from 0 to 30 using the same program.pl, two files (input.txt, output.txt), because with each value of CUTOFF I will
Hi all,
I am using following command:
Code:
perl program.pl input.txt output.txt CUTOFF 3 > groups_3.txt
containing program.pl, two files (input.txt, output.txt) and getting output in groups_3.txt:
But, I wish to have 30 files corresponding to each CUTOFF ranging from 0 to 30 using the same program.pl, two files (input.txt, output.txt), because with each value of CUTOFF I will
ewaller wrote:Lexan wrote:There isn't anything in my Xorg.0.log fileBizarre Would you post the output of:pacman -Qsq Xf86and of ls -l /var/log/X*Thank you for the response. This is my first time with arch, and I followed the beginner's guide.
Hi to everyone I just have a question.It is possible to change the input line to output to have an stereo output?I use pulseaudio. My sound works great. Even when I connect earphones, the audio of my laptop speakers go off. But I have an amplifier (5.1 channels) and I want to connect my laptop to it.