repo.or.cz
/
usefulcode.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MMC CARD
[usefulcode.git]
/
shell
/
a.sh
blob
d98b701dce8dea3bec57f7cf4ee2e750f7131149
1
#!/bin/sh
2
a
=
$
(
cat
a.txt|
awk
'{print
$1
}'
)
3
b
=
$
(
cat
a.txt|
awk
'{print
$2
}'
)
4
c
=
$
(
cat
a.txt|
awk
'{print
$3
}'
)
5
echo
$a
6
echo
$b
7
echo
$c