Search Results

Search: Posts Made By: pluto7777
1,842
Posted By pluto7777
Yes. Here's the script. Just a simple video to...
Yes. Here's the script. Just a simple video to animated gif maker.
#!/bin/bash

echo -n "Open File: "
IFS=: read input
echo -n "Size WxH: "
read size
echo -n "Colors 1-256: "
read color...
1,842
Posted By pluto7777
File path weirdness
I want to be able to drag and drop a file into a script in the terminal but it doesn't like the /home/user prefix.
How do I get around this?
17,339
Posted By pluto7777
Insert output into file at line number
I need to insert the output of a script into a specific line number of a txt file.
I've read the Sed man page and searched the forums and it's not immediately clear how I would go about doing this.
7,211
Posted By pluto7777
Ok Ok I figured out what was going on. This fixed...
Ok Ok I figured out what was going on. This fixed the problem. cat -v file.txt | tr -d '^M'
Thank you for your patience.
7,211
Posted By pluto7777
There were no error messages. It simply doesn't...
There were no error messages. It simply doesn't output properly. Here is the actual file
h t t p ://rapidshare.com/files/305361050/lsup.tar.gz.html
7,211
Posted By pluto7777
Unfortunately this does not work with the file in...
Unfortunately this does not work with the file in question. Is there some way to mimic delete at the beginning of every line?
7,211
Posted By pluto7777
Sed line concatenation problem
I have a somewhat bizarre problem when trying to concatenate lines in a file.
Using cat file.txt | sed -e :a -e '/$/N;s/\n/ /;ta' the output in file.txt should go from
1
2
3to 1 2 3 instead I...
Showing results 1 to 7 of 7

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