Search Results

Search: Posts Made By: cue
3,313
Posted By cue
thanks pandeesh and chapeupreto. Can I also ask,...
thanks pandeesh and chapeupreto. Can I also ask, what is the best way of then using that newly created file list in a command?

ImageMagick • View topic - montage list of images...
3,313
Posted By cue
escaping metacharacters in paths for a shell command
I have a file which contains a list of paths separated by a new line character.

e.g


/some/path/to/a/file.png
/some/path to/another/file.jpeg
/some path/to yet/another/file


Notice that...
1,681
Posted By cue
View tiled photo thumbnails in command line
Is there a good way of showing around 4 pictures (fairly large thumbnails) at once on the command line, preferably tiled so that all of them are viewable. I tried using display but I'm not sure how...
Forum: Programming 03-27-2012
3,697
Posted By cue
Not usually, no.
Not usually, no.
4,619
Posted By cue
Not sure how this is relevant to my thread but...
Not sure how this is relevant to my thread but here is your answer

Intelligent Platform Management Interface - Wikipedia, the free encyclopedia...
4,619
Posted By cue
I've been reading documentation for 2 days but...
I've been reading documentation for 2 days but cannot make head or tails of it. What I'm essentially trying to do is provide a persistent vnc session separate to the one shown at the physical screen....
4,619
Posted By cue
I have tried 8, 16, 24, and 32. Unfortunatly none...
I have tried 8, 16, 24, and 32. Unfortunatly none of them fix the problem. I suspect that it is due to compositing that the VNC server (vnc4server) cannot handle.

I have since read that x11vnc...
4,619
Posted By cue
XDMCP and VNC graphics corruption
I'm trying to create a persistent KDE session and access that login remotely.
While logged into the remote machine I have enabled XDMCP and started a VNC server that requests a login screen.
...
2,111
Posted By cue
Well, I took your advice and tried something...
Well, I took your advice and tried something different (and messy), an awk script. so, for example to remove blanks between 2 and 105 i would type ./script.awk Inputfile.csv 2 105
It works but at...
2,111
Posted By cue
Hi yazu. thanks I'll give that a try. The capital...
Hi yazu. thanks I'll give that a try. The capital letter was a mistake, sorry.
Is there a way of doing it for an arbitrary number of fields, I actually need it in the range 2 to 102 but because I do...
2,111
Posted By cue
Trim empty fields in a given range
Is there some easy way to trim empty fields but only in a given range?
for example say I have csv data that looks like this:


apple,,,Granysmith,,2.50,,TimmysGrocers
Pear,Bartlett,,,,,Park,...
10,187
Posted By cue
After using the script above, to move to a new...
After using the script above, to move to a new directory with same paths:

./cdupes.sh directory1 directory2 | parallel 'file={}; fpatha=${file#*./}; fpath=${fpatha%/*}; mkdir -p...
10,187
Posted By cue
thanks thegeek, for duplicate filenames I have a...
thanks thegeek, for duplicate filenames I have a perl script which I have been using for a long time. It's pretty fast and I can add my own criteria for the search.
...
10,187
Posted By cue
Thanks for the great help DGPickett. Could you...
Thanks for the great help DGPickett. Could you please explain what some of the switches do and their importance; for example -n99 in xargs and -u +0 -1 in sort. The reason I ask is that I rewrote...
10,187
Posted By cue
Unique files in a given directory
I keep all my files on a NAS device and copy files from it to usb or local storage when needed. The bad part about this is that I often have the same file on numerous places. I'd like to write a...
1,177
Posted By cue
seems so. Thanks. from parameters...
seems so. Thanks.

from parameters (http://ss64.com/bash/syntax-parameters.html)



but I guess the shell knows when to expand it as separate words since this throws no errors at input="$@"
1,177
Posted By cue
$@ and quotes.
I must confess that I'm rather sloppy with quotes in my shell scripts but can somebody explain the difference between these two? one behaves well if you input the space separated "hello world", the...
1,600
Posted By cue
good point, that sounds even better. There...
good point, that sounds even better.

There is one problem I have now though, I'm not asking for yes or no but a list of numbers that correspond to filenames in the shown set of duplicates. So I...
1,317
Posted By cue
I'm sorry. Perhaps I don't understand the...
I'm sorry. Perhaps I don't understand the question. so you have a log file for a given date, today. You want your output to be all files that have the extension (dat,errdat,ctl)? Can't you just use a...
1,600
Posted By cue
No tips, anyone? I guess I'll just use trap.
No tips, anyone? I guess I'll just use trap.
1,317
Posted By cue
If I've understood your question correctly then...
If I've understood your question correctly then "basename" might help you.
Unix Tip: Stripping file extensions with the basename command | ITworld...
1,600
Posted By cue
sorry about the ambiguous title and question....
sorry about the ambiguous title and question. Perhaps giving my specific use of this case might help, basically what I have is a script which finds all duplicates in a directory and asks "delete...
1,600
Posted By cue
Issue commands within script
What is the best way of having a script that has it's own commands, which can be called at any stage in the script.
I'm sure there is a technical term for this type of CLI app which can help my...
15,207
Posted By cue
thanks ktrimu and amitranjansahu this is what I...
thanks ktrimu and amitranjansahu
this is what I thought. it should mean that the hardlink and original file are exactly the same just named differently or in another directory, which means I can...
15,207
Posted By cue
Deleting Symbolic and/or Hard links
From what I understand a symbolic link is alot like a shortcut where it points to another file. if the original file is deleted the symbolic link is rendered useless but a symbolic link can be...
Showing results 1 to 25 of 35

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