Tagged Questions

A linux shell command that breaks input into fields, which can be selected for output, based on a delimiter

learn more… | top users | synonyms

11
votes
3answers
222 views

Parsing in Prolog without cut?

I found this nice snippet for parsing lisp in Prolog (from here): ws --> [W], { code_type(W, space) }, ws. ws --> []. parse(String, Expr) :- phrase(expressions(Expr), String). ...
11
votes
6answers
6k views

How do you parse a filename in bash?

I have a filename in a format like: system-source-yyyymmdd.dat I'd like to be able to parse out the different bits of the filename using the "-" as a delimiter.
8
votes
1answer
103 views

Cut function in R - exclusive or am I double counting?

Based off of a previous question I asked, which @Andrie answered, I have a question about the usage of the cut function and labels. I'd like get summary statistics based on the range of number of ...
8
votes
3answers
7k views

How do you pipe input through grep to another utility?

I am using 'tail -f' to follow a log file as it's updated: tail -f logfile I next pipe the output of that to grep to show only the lines containing a search term ("org.springframework" in this ...
7
votes
2answers
417 views

How to get the cut-set using the Edmonds–Karp algorithm?

I implemented the Edmonds–Karp algorithm using the Pseudocode that I found in the Edmonds–Karp algorithm wiki page: http://en.wikipedia.org/wiki/Edmonds%E2%80%93Karp_algorithm It works great, yet the ...
6
votes
2answers
4k views

Limit text length to n lines using CSS

Is it possible to limit a text length to "n" lines using CSS (or cut it when overflows vertically). text-overflow: ellipsis; only works for 1 line text. original text: Ultrices natoque mus ...
5
votes
8answers
8k views

Copy and paste content from one file to another file in VI

Hello I am working with two files, I need to copy a few lines from one file and paste into another file. I know how to copy (yy) and paste(p) in the same file. But that doesn't work for different ...
5
votes
5answers
3k views

how to split a string in shell and get the last field

suppose I have the string "1:2:3:4:5" and I want to get its last field ("5" in this case). how do I do that using Bash? I tried cut, but I don't know how to specify the last field with -f.
4
votes
1answer
446 views

Cut polygons using contour line beneath the polygon layers

I would like to cut a polygon layer, according to the elevation, into two parts (upper and lower part). The polygon might convex or concave, and the position to cut might vary from each other. The ...
4
votes
1answer
174 views

Prolog — better way to eliminate duplicate answer in special case?

I was having trouble with these two lines: list_swizzle(L, [], L). list_swizzle([], L, L). The problem was that if the both of the first two arguments are the empty list, the first two statements ...
3
votes
3answers
80 views

Print only fields of matched header starting after matched records

I'm trying to extract specific fields from my file. Basically, output fields only containing a matched expression, with output starting after the matched records. This is an example of my input. ...
3
votes
2answers
50 views

Shell Script to download youtube files from playlist

I'm trying to write a bash script that will download all of the youtube videos from a playlist and save them to a specific file name based on the title of the youtube video itself. So far I have two ...
3
votes
4answers
145 views

Get the 4th Wednesday of each November in R

I have a time-indexed matrix (xts object) and I want only the fourth Wednesday of every November. require(quantmod) getSymbols("^GSPC", from="1900-01-01") #returns GSPC GSPC$WED <- ...
3
votes
2answers
55 views

AppleScript: Cutting images in the half?

is it possible to cut an image in the half using AppleScript and save them seperately? thanks in advance
3
votes
3answers
65 views

How do I determine the slowest component of my shell pipeline?

I have an extremely long and complicated shell pipeline set up to grab 2.2Gb of data and process it. It currently takes 45 minutes to process. The pipeline is a number of cut, grep, sort, uniq, grep ...
3
votes
1answer
151 views

Android: How do I know how many text can fit in my textView (my page)?

I want to create a text reader, which will cut the text and put it in the TextView (represents my pages) and one after the other. These are contained in a ViewFlipper (represents my entire text), ...
3
votes
1answer
102 views

jQuery slide slicing off the tops of images

For some reason, slide in Chrome and Safari is slicing off the tops of images on one slider on my site and not the other. The code is a bit hairy for each slider, so you can have a look at the problem ...
3
votes
4answers
131 views

Problem with algorithm to shorten sentences

I have a webpage which displays multiple textual entries which have no restriction on their length. They get automatically cut if they are too long to avoid going to a new line. This is the PHP ...
3
votes
3answers
858 views

Java float 123.129456 to 123.12 without rounding

How do you cut down float primitive in java to two decimal places, without using rounding?: 123.99999 to 123.99 -8.022222 to -8.02 There should be no rounding just cut of the decimal places and ...
3
votes
3answers
177 views

cutting a string into several lines in bash

I want to take the path of the local directory and put each directory on the path in a different line. I've tried to do it using cut: pwd | cut -f 1- -d\/ --output-delimiter=\n but it doesn't change ...
3
votes
3answers
1k views

Is there a Perl substitute for the cut and paste shell commands?

I saw once a quick and dirty Perl implementation for the cut and paste linux commands. It was something like perl 'print "$F1"' filename to substitute a cut -f1 filename command Can someone tell me ...
3
votes
8answers
2k views

Truncate stdin line length?

I've been parsing through some log files and I've found that some of the lines are too long to display on one line so Terminal.app kindly wraps them onto the next line. However, I've been looking for ...
2
votes
1answer
72 views

JQuery infinite slider - cut and paste method?

I am trying to create a slider that slides across the page. When the slider is finished scrolling I want to cut the :first element and append it after the :last. How would this be done.
2
votes
1answer
61 views

FxPlug 2.0 templates not showing up in Xcode 4

I've installed FxPlug 2.0, but no templates are showing up in Xcode 4 when I select "new project". How can I make the templates appear?
2
votes
1answer
262 views

Problems with space character in Bash cut command when using a different delimiter

I have set | to be the delimiter for a cut command, but space characters seem to still be interpreted as a delimiter too. Here's my test script: people[1]="Mr|Smith" people[2]="Mrs|Jane Brown" for ...
2
votes
1answer
97 views

How to cut some text?

I have long section titles in my document like: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Proin nibh augue, suscipit a, scelerisque sed, lacinia in, mi. Now I want to place it in ...
2
votes
4answers
152 views

Rename subfolders

I try to fix my music folder, what itunes messed up. So what I need is script to move files from: music\Artist\Album name\Artist - title.mp3 to move files to newmusic\Album name\Artist - ...
2
votes
1answer
197 views

How to cut brick using polygon?

I have a brick file of the bioclim variables, the brick was merged from four 30sec tile brick, so it is a little bit large. I would like to get the brick file of my research area by cutting it using a ...
2
votes
2answers
212 views

Strange problem with cut,colrm,awk and sed: fail to cut characters from a pipe stream

I have created a script to enumerate all files in a directory and below it. I wanted to add some progression feed-back by using pv, because I usually use it from the root directory. The problem is ...
2
votes
5answers
618 views

cutting from string in C#

My strings look like that: aaa/b/cc/dd/ee . I want to cut first part without a / . How can i do it? I have many strings and they don't have the same length. I tried to use Substring(), but what about ...
2
votes
2answers
1k views

How can I find the minimum cut on a graph using a maximum flow algorithm?

I need to find the minimum cut on a graph. I've been reading about flow networks, but all I can find are maximum flow algorithms such as Ford-Fulkerson, push-relabel, etc. Given the max flow-min cut ...
2
votes
2answers
390 views

Classify or cut dataframe by list of class range and summarize it with ddply

I have question about ddply and subset. I have dataframe df like this : df <- read.table(textConnection( " id v_idn v_seed v_time v_pop v_rank v_perco 1 15 125648 0 150 1 ...
2
votes
4answers
981 views

UNIX Parse HTML Page Display Contents of a Tag - One Liner?

I have an HTML file and I am interested in the data enclosed by <pre> </pre> tags. Is there a one-liner that can do achieve this? Sample file : <html> <title> Hello There! ...
2
votes
4answers
2k views

linux ps aux command [closed]

How obtain the running process with absolute path name from ps command 13598 ? Ssl 0:00 /opt/something --run-id 2 -n /home/laks/f1 -l l.log I need the output as - /opt/something --run-id ...
1
vote
4answers
74 views

Need to extract middle hex portion from the tcpdump output

Here is a tcpdump hex output of a captured packet. Command used was .. $ tcpdump -X -s0 protochain <portno> 0x0000: 6000 0000 0080 3220 0000 0000 0000 0000 ................ 0x0040: 0000 ...
1
vote
1answer
62 views

Finding the set of MinCut edges in a Preflow Push Network Flow Algorithm

I have an implementation of the preflow push network flow algorithm that returns the maximum flow of a flow network. What I need is to identify the set of saturated edges that form the cut in the ...
1
vote
4answers
78 views

Cut a the text of a “link” if its longer than 30 characters

I have some html links, like <a ...
1
vote
3answers
164 views

Remove Styles from Text when Copying / Cutting using CSS or Javascript

Yo, Alright been noodling on this one for a while: How copy/cut styled text without bringing along any style baggage (background-color, color, etc)? Couple of routes of attacks that have been ...
1
vote
1answer
29 views

Applying same command on different input files to different output files

I'm doing $ cut -f 1,5,6 myfile1.csv > myoutput1.csv $ cut -f 1,5,6 myfile2.csv > myoutput2.csv $ cut -f 1,5,6 myfile3.csv > myoutput3.csv ... Suppose I have 400 files, I want to write ...
1
vote
2answers
169 views

shell cut command to remove characters

The current code below the grep & cut is outputting 51315123&category_id , I need to remove &category_id can cut be used to do that? ... | tr '?' '\n' | grep "^recipient_dvd_id=" | cut -d ...
1
vote
6answers
111 views

Cut a picture with Javascript or CSS?

I have pictures of constant width (i.e. 100px) but with variable height (could be 200px, 130px, ... but height is always >= 100px). I'm looking for CSS or Javacript code, that can cut the bottom ...
1
vote
5answers
227 views

Get subdomain from URL using Python

For example, the address is: Address = http://lol1.domain.com:8888/some/page I want to save the subdomain into a variable so i could do like so; print SubAddr >> lol1
1
vote
1answer
98 views

Java Disable Cut Action for JTree / TransferHandler

I've created a custom TransferHandler for my JTree and as such have disabled Copy (by only supporting Move) and Paste (by checking support.isDrop() in canImport) but I can't figure out how to disable ...
1
vote
1answer
84 views

Disable cut and/or paste in ObjC

I'd like to disable cut and/or paste in the menubar at runtime, in my ObjC app. I know that that's possible in iOS using -(BOOL)canPerformAction:(SEL)aSelector withSender:(id)sender Is there ...
1
vote
3answers
239 views

how to subset a file - select a numbers of rows or columns

I would like to have your advice/help on how to subset a big file (millions of rows or lines). For example, (1) I have big file (millions of rows, tab-delimited). I want to a subset of this file ...
1
vote
3answers
148 views

Print Field 'N' to End of Line

I would like to have help or direction on a problem I have in awk. I have a tab-delimited file with more than 5 fields. I want to output the fields excluding the first 5 fields. Could you please ...
1
vote
1answer
341 views

Use org.eclipse cut/copy/paste in custom RCP aplication

I am developing a RCP application and I need cut/copy/paste in this app. As there are already commands which are delivered by eclipse (org.eclipse.ui.edit.copy, ...) I want to use them (I already ...
1
vote
3answers
313 views

Python Cut Example

I'm looking for a way in python to achieve similar functionality to the unix cut utility. I know I can make a system call and process my data that way but I'd like to make it a bit more "pythonic" ...
1
vote
1answer
196 views

Find cut set in a graph [closed]

Possible Duplicate: Algorithm: for G = (V,E), how to determine if the set of edges(e belong to E) is a valid cut set of a graph A subset S, of edges of a graph G = (V,E), how can one check ...
1
vote
1answer
387 views

Find a Cut-Set in a graph

consider a triangle graph G with V = {a,b,c} and E = {ab,bc,ca}. If edge subset S= {ab,bc} are removed then we get edge ac left. My question is S a valid cutset ( it partitions the G into two vertex ...

1 2 3