This website works better with JavaScript.
Explore
Register
Sign In
Kotov_Alexei
/
Kotov_project
Watch
1
Star
0
Fork
You've already forked Kotov_project
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Практика всякая
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7
Commits
2
Branches
0
Tags
245 KiB
Python
100%
Tag:
Branch:
Tree:
ae701c75b8
main
new_branch
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ae701c75b8'
${ noResults }
Kotov_project
/
hw3_ex9.sh
3 lines
90 B
Raw
Blame
History
#!/bin/bash
s
=
$(
cal
|
cat -vet
|
grep -o
'_^H.'
|
grep -o
'[[:digit:]]'
)
echo
$s
|
sed
's/ //g'
Reference in new issue
View Git Blame
Copy Permalink