Sponsored Content
Full Discussion: Extract title
Top Forums Shell Programming and Scripting Extract title Post 302969716 by drl on Saturday 26th of March 2016 03:26:09 PM
Old 03-26-2016
Hi.

For the data in post #5, I got this with RudiC's code:
Code:
Follow the Money Episode 1
Follow Your Heart Episode 0

Looks right to me ... cheers, drl
This User Gave Thanks to drl For This Post:
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Change Console Title

Hello. I am trying to figure out how to change the title of my console window. I don't need it to dynamically change with my current directory. I just want to be able to change the name of it, so when I minimize the window I can see which windows are for what purpose. I've tried using the... (8 Replies)
Discussion started by: medmonson
8 Replies

2. UNIX for Dummies Questions & Answers

window title..?

how to echo some text onto the window title bar...in exceed client...so that we can know where we are in..in multiple hostnames kinda..thing.. any advice.. (1 Reply)
Discussion started by: tintedwindow
1 Replies

3. AIX

title with sendmail

hello I send a message with sendmail command: echo "toto" | sendmail titi@up.com but i don't know how put a title in the message ! (i find nothing in the man) thank you (2 Replies)
Discussion started by: pascalbout
2 Replies

4. SCO

Title changing

I am using SCO Open Server 5.0.6 in different machines in same building. In order to avaoid confusion I would like to give different login messages instead of 'SCO OpenServer(TM) Release 5' prior to machine name. Pl. help. Praseeda (2 Replies)
Discussion started by: praseeda
2 Replies

5. UNIX for Advanced & Expert Users

PuTTY TITLE

Is it possible to set the PuTTY title to show the current hostname of the terminal opened? I meant to say I would be rlogin between servers, that should be updated in PuTTTY title ? :confused: (4 Replies)
Discussion started by: ./hari.sh
4 Replies

6. Post Here to Contact Site Administrators and Moderators

Changing title of post

In the past some typos have occurred in my post titles. Changing the title of a post is not possible for registered users however, but occasionally the admins are kind enough to do it for me. Will this functionality come available for registered users as well, regardless of whether there are... (1 Reply)
Discussion started by: figaro
1 Replies

7. Shell Programming and Scripting

Perl title help

my codeothers (1 Reply)
Discussion started by: sauravrout
1 Replies
edfhed(1)							     Aghermann								 edfhed(1)

NAME
edfhed -- EDF header dumper/editor. SYNOPSIS
edfhed [OPTIONS] file.edf ... DESCRIPTION
edfhed is a terminal program to view the header of EDF files (with option -b, or none), or modify fields in the header (see options -s, -T and -R). -b, --no-channels Only dump general header fields (no channel details). -R, --from-tree Given file location Subject/Session/Episode.edf, set recording_id to 'Session/Episode' and patient_id to 'Subject'. -T, --from-mtime Set 'recording_date' and 'recording_time' fields to file modification date/time. -t, --touch-mtime Set file mtime to timestamp assembled from 'recording_date' and 'recording_time' fields (assuming local timezone). -s, --set=[CH:]FIELD:VALUE Set FIELD to VALUE (in channel CH if specified, as a 1-based integer index). Possible general fields are: version_number (if it ain't broke, don't touch it), patient_id, recording_id, recording_date, record- ing_time, reserved (remember that the contents of this field is significant wrt EDF/EDF+ distinction). Channel fields: label, transducer_type, physical_dim, physical_min, physical_max, digital_min, digital_max, filtering_info, reserved. Direct field assignment done via --set option(s) will override any assignments effected by options -T or -R. -?, --help Give this help list --usage Give a short usage message USE WITH AGHERMANN
For Aghermann to be able to manage an EDF file, all relevant fields in its header must be filled out correctly, as folllows: o patient_id uniquely identifies the Subject; o recording_id identifies the recording session (out of several other such sessions, each containing the same series of episodes) and the individual episode. These two items must appear in one of the following combinations: o "Session/Episode" o "Session : Episode" o "Episode (Session)" o recording_date and recording_time must (obviously) be both correct. o Channel labels must be a valid System 10-20 channel designation, i.e., "Nz", "Fp1", "Fpz", "Fp2", "AF7", "AF3", "AFz", "AF4", "AF8", "F9", "F7", "F5", "F3", "F1", "Fz", "F2", "F4", "F6", "F8", "F10", "FT9", "FT7", "FC5", "FC3", "FC1", "FCz", "FC2", "FC4", "FC6", "FCT8", "FT10", "A1", "T9", "T7", "C5", "C3", "C1", "Cz", "C2", "C4", "C6", "T8", "T10", "A2", "TP9", "TP7", "CP5", "CP3", "CP1", "CPz", "CP2", "CP4", "CP6", "TP8", "TP10", "P9", "P7", "P5", "P3", "P1", "Pz", "P2", "P4", "P6", "P8", "P10", "PO7", "PO3", "POz", "PO4", "PO8", "O1", "Oz", "O2", "Iz", plus a few channels of other signal types: "Left", "Right", "Chin", optionally prepended by signal type ("EEG", "EOG", "EMG", "ECG", "ERG", "NC", "MEG", "MCG", "EP", "Temp", "Resp", "SaO2", "Light", "Sound", "Event", "Freq") and a space. SEE ALSO
aghermann(1), edfhed-gtk(1). AUTHOR
edfhed is written by Andrei Zavada <johnhommer@gmail.com> as part of the Aghermann project. 0.6.0.1 2012-06-04 edfhed(1)
All times are GMT -4. The time now is 05:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy