skip to main
|
skip to sidebar
VIIKIPEDIA
Hey, my name is Viki and welcome to the "VIIKIPEDIA"
Sunday, December 27, 2009
How would you get the character positions 10-20 from a text file?
How would you get the character positions 10-20 from a text file?
cut -c10-20
Or
substring ${string_variable_name:starting_position:length}
Or
cat filename.txt | cut -c 10-20
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Follow @vickks
Facebook Badge
Vivek Nanda
Create Your Badge
COOL APPS AT FAQDEN
FAQDEN
Counter
Visitors
Followers
Blog Archive
►
2013
(1)
►
August
(1)
►
2012
(1)
►
March
(1)
►
2011
(6)
►
May
(1)
►
April
(1)
►
January
(4)
►
2010
(116)
►
December
(9)
►
August
(1)
►
July
(1)
►
June
(17)
►
May
(32)
►
April
(12)
►
March
(4)
►
February
(11)
►
January
(29)
▼
2009
(15)
▼
December
(14)
How would you get the character positions 10-20 fr...
How to read arguments in shell program
fseek C/C++
fopen
size_t in C/C++
Funny "C"- Weird Pointers
Call by Value and Call by Reference
printf C++
rand() and srand() in C/C++
sizeof Operator- C/C++
Static Variable in C++
Static Variable in C
extern in C/C++
Data Types in C/C++
►
January
(1)
►
2008
(1)
►
December
(1)
About Me
Unknown
View my complete profile
No comments:
Post a Comment