Sponsored Content
Full Discussion: Easy seq Question
Top Forums Shell Programming and Scripting Easy seq Question Post 303025107 by TonyBe on Wednesday 24th of October 2018 01:26:47 PM
Old 10-24-2018
Easy seq Question

Hi! I'm trying to do this:
1 -
2 -
3 -
4 -
5 -

I'm using seq for this:

seq 1 20 > filename.txt

How do I get the "-"? I've tried -f per man but can't get anything to work. Also, is there an easier or better way than using sequence? Thanks!
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Easy question

Hi, Simple question. How do I convert a unix text file to a dos text file? Thanks Helen (4 Replies)
Discussion started by: Bab00shka
4 Replies

2. UNIX for Dummies Questions & Answers

easy question

I know the Sun Solaries versions are ( 2.3 , 2.4 , 2.5 ... 7 , 8 ) . But some times I see sun os v5.x what does it mean ?? also what is the last new machine for sun and what are its details specifications . Thanks (3 Replies)
Discussion started by: tamemi
3 Replies

3. UNIX for Dummies Questions & Answers

Another easy question

Hello Again, Ok guys. Thanks again for your help last time but I am in need of your experience again. I wrote this script: #!/bin/sh # List either files or directories in individual accounts # using 1, 2 or 3 with invalid case $1 in echo select 1 to see the FILES in your... (3 Replies)
Discussion started by: catbad
3 Replies

4. Shell Programming and Scripting

A easy question.

this is the simple question, please help me! the question is: how to send exactly 50 ICMP Echo request packets with 500 bytes of payload to 202.139.129.221? I tried to use ping -F 500 202.139.129.221, but it didn't work. Thanks! (6 Replies)
Discussion started by: kikikaka
6 Replies

5. UNIX for Dummies Questions & Answers

easy unix question

I am trying to check through all of a certain type of file in all main directories, and find the top 10 that are taking up the most space. How can I do that? I was thinking like du *.file | sort -n | head (1 Reply)
Discussion started by: wallacer
1 Replies

6. Shell Programming and Scripting

Easy AWK question

Ive got some output in a file that looks exactly like this: 1 ----------- 1542 1 record(s) selected. How do I just extract that 1542 and drop it into another file or (preferrably) a variable (using a ksh script) (9 Replies)
Discussion started by: rdudejr
9 Replies

7. Shell Programming and Scripting

Hopefully an Easy Question

I have a file name in this format ABC_WIRE_TRANS_YYYYMMDD_00.DAT I need to cut out the _00 out of the file name everytime. It could be _00, _01,_02, etc .... How do I cut it out to look as follows? ABC_WIRE_TRANS_YYYYMMDD.DAT (6 Replies)
Discussion started by: lesstjm
6 Replies

8. UNIX for Dummies Questions & Answers

easy question

Hi everybody: Could anybody tell me if I have several files which each one it has this pattern name: name1.dat name2.dat name3.dat name4.dat name10.dat name11.dat name30.dat If I would like create one like: name_total.dat If I do: paste name*.dat > name_total.dat (15 Replies)
Discussion started by: tonet
15 Replies

9. Shell Programming and Scripting

Easy cat question

I am having problems getting a list of filenames that I want from a directory. example: I have 3 files - filename.xxx.20110505.123030 filename.yyy.20110505.123030 filename.zzz.20110505.123030 There may be multiple xxx,... (3 Replies)
Discussion started by: Drenhead
3 Replies

10. UNIX for Dummies Questions & Answers

Easy Grep Question

This seems like an easy question, but I can't find an answer already posted. I want a command to return all of the lines in a file containing exactly a string I tried grep -x "372701" x.txt but this did not return anything I am just trying to search a file for lines which contain... (4 Replies)
Discussion started by: jgrosecl
4 Replies
ASN2GB(1)						     NCBI Tools User's Manual							 ASN2GB(1)

NAME
asn2gb - convert ASN.1 biological data to a GenBank-style flat format SYNOPSIS
asn2gb [-] [-A accession] [-F] [-a asn-type] [-b] [-c] [-d] [-f format] [-g N] [-h N] [-i filename] [-j N] [-k N] [-l filename] [-m mode] [-n filename] [-o filename] [-p] [-q filename] [-r] [-s style] [-t N] [-u N] [-y N] DESCRIPTION
asn2gb converts descriptions of biological sequences from NCBI's ASN.1 format to one of several flat-file formats, and is the successor to asn2ff(1). OPTIONS
A summary of options is included below. - Print usage message -A accession Accession to fetch; may take the form accession,complexity,flags where complexity should normally be 0 and a flags value of -1 enables fetching of external features (as with the legacy -F option) -F Fetch remote annotations (equivalent to specifying -A accession,0,-1) -a asn-type ASN.1 Type: [Single record] a Any (autodetected; default) e seq-Entry b Bioseq s bioseq-Set m seq-subMit q Catenated [Release file; components individually processed and freed] t baTch bioseq-set u batch seq-sUbmit -b Input file is binary -c Batch file is compressed -d Seq-loc minus strand -f format Format: b GenBank (default) bp or pb GenBank and GenPept e EMBL p GenPept q nucleotide GBSet (XML) r protein GBSet (XML) t Feature table only x nucleotide INSDSet (XML) y tiny seq (XML) Y FASTA z protein INSDSet (XML) -g N Bit flags (all default to off): 1 HTML 2 XML 4 ContigFeats 8 ContigSrcs 16 FarTransl -h N Lock/Lookup Flags (all default to off): 8 LockProd 16 LookupComp 64 LookupProd -i filename Input file name (default = stdin) -j N Start location (default is 0, beginning of sequence) -k N End location (default is 0, end of sequence) -l filename Log file -m mode Mode: r Release e Entrez s Sequin (default) d Dump -n filename Asn2Flat Executable (default = asn2flat) -o filename Output file name (default = stdout) -p Propagate top descriptors -q filename Ffdiff Executable (default = /netopt/genbank/subtool/bin/ffdiff) -r Enable remote fetching -s style Style: n Normal (default) s Segment m Master c Contig -t N Batch: 1 Report 2 Sequin/Release 3 asn2gb SSEC/nocleanup 4 asn2flat BSEC/nocleanup 5 asn2gb/asn2flat 6 asn2gb NEW dbxref/OLD dbxref 7 oldasn2gb/newasn2gb -u N Custom flags (all default to off): 4 Hide features 1792 Hide references 8192 Hide sources 262144 Hide translations -y N Feature itemID AUTHOR
The National Center for Biotechnology Information. SEE ALSO
asn2all(1), asn2asn(1), asn2ff(1), asn2fsa(1), asn2xml(1), asndhuff(1), insdseqget(1), /usr/share/doc/libncbi6-dev/asn2gb.txt.gz. NCBI
2011-09-02 ASN2GB(1)
All times are GMT -4. The time now is 04:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy