Skip to content

Commit 05438d3

Browse files
author
sambitr
committed
readme file update
1 parent 6677c56 commit 05438d3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Coding Challenge#33[linux head]/README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Release date: May 1, 1994 [eBook #132]
2323
Language: English
2424

2525
Original publication: , 1910
26-
########## ================== <br>
26+
<br>########## ================== <br>
2727
C:\Users\kumar\Documents\Python Scripts\Coding-Challenges\Coding Challenge#33[linux head]>python head.py
2828
hi my name is sambit
2929
hi my name is sambit
@@ -45,14 +45,14 @@ line 9
4545
line 9
4646
line 10
4747
line 10
48-
########## ================== <br>
48+
<br>########## ================== <br>
4949
C:\Users\kumar\Documents\Python Scripts\Coding-Challenges\Coding Challenge#33[linux head]>python head.py -n 1 text.txt
5050
The Project Gutenberg eBook of The Art of War
51-
########## ================== <br>
51+
<br>########## ================== <br>
5252
C:\Users\kumar\Documents\Python Scripts\Coding-Challenges\Coding Challenge#33[linux head]>echo "Hello, World" >> test2.txt
5353
C:\Users\kumar\Documents\Python Scripts\Coding-Challenges\Coding Challenge#33[linux head]>python head.py -n 1 text2.txt
5454
Hello, World
55-
########## ================== <br>
55+
<br>########## ================== <br>
5656
C:\Users\kumar\Documents\Python Scripts\Coding-Challenges\Coding Challenge#33[linux head]>python head.py -n 2 text2.txt
5757
Hello, World
5858

@@ -63,7 +63,7 @@ Hello, World
6363

6464

6565
C:\Users\kumar\Documents\Python Scripts\Coding-Challenges\Coding Challenge#33[linux head]>
66-
########## ================== <br>
66+
<br>########## ================== <br>
6767
C:\Users\kumar\Documents\Python Scripts\Coding-Challenges\Coding Challenge#33[linux head]>python head.py -n 10 text.txt
6868
The Project Gutenberg eBook of The Art of War
6969

@@ -87,19 +87,19 @@ before using this eBook.
8787

8888

8989
C:\Users\kumar\Documents\Python Scripts\Coding-Challenges\Coding Challenge#33[linux head]>
90-
########## ==================<br>
90+
<br>########## ==================<br>
9191
C:\Users\kumar\Documents\Python Scripts\Coding-Challenges\Coding Challenge#33[linux head]>python head.py -c 10 text.txt
9292
The Proje
9393

9494
C:\Users\kumar\Documents\Python Scripts\Coding-Challenges\Coding Challenge#33[linux head]>
95-
########## ==================<br>
95+
<br>########## ==================<br>
9696
C:\Users\kumar\Documents\Python Scripts\Coding-Challenges\Coding Challenge#33[linux head]>python head.py -c 31 text.txt
9797
The Project Gutenberg eBook of
9898

9999
C:\Users\kumar\Documents\Python Scripts\Coding-Challenges\Coding Challenge#33[linux head]>
100-
########## ==================<br>
100+
<br>########## ==================<br>
101101
C:\Users\kumar\Documents\Python Scripts\Coding-Challenges\Coding Challenge#33[linux head]>python head.py -c 31 text2.txt
102102
Hello, World
103103

104104
C:\Users\kumar\Documents\Python Scripts\Coding-Challenges\Coding Challenge#33[linux head]>
105-
########## ==================<br>
105+
<br>########## ==================<br>

0 commit comments

Comments
 (0)