Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
unagi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Vishal
unagi
Commits
07bc4560
Commit
07bc4560
authored
Aug 29, 2020
by
Keshav Agarwal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added extra
parent
04cf0612
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
2 deletions
+2
-2
week2/OutLab/unagi/extra/aohmyszh_aliasfinderPlugin.png
week2/OutLab/unagi/extra/aohmyszh_aliasfinderPlugin.png
+0
-0
week2/OutLab/unagi/extra/googler_search.png
week2/OutLab/unagi/extra/googler_search.png
+0
-0
week2/OutLab/unagi/extra/ohmyzshStart.png
week2/OutLab/unagi/extra/ohmyzshStart.png
+0
-0
week2/OutLab/unagi/q3/q3.sh
week2/OutLab/unagi/q3/q3.sh
+1
-1
week2/OutLab/unagi/readme.txt
week2/OutLab/unagi/readme.txt
+1
-1
No files found.
week2/OutLab/unagi/extra/aohmyszh_aliasfinderPlugin.png
0 → 100644
View file @
07bc4560
1.54 KB
week2/OutLab/unagi/extra/googler_search.png
0 → 100644
View file @
07bc4560
57.2 KB
week2/OutLab/unagi/extra/ohmyzshStart.png
0 → 100644
View file @
07bc4560
21.4 KB
week2/OutLab/unagi/q3/q3.sh
View file @
07bc4560
#!/bin/bash
find
$1
-type
f
-exec
awk
'NF > 0'
{}
\;
|wc
-l
|
awk
'{total += $1} END{print total}'
find
$1
-type
f
-exec
awk
'NF > 0'
{}
\;
|wc
-l
week2/OutLab/unagi/readme.txt
View file @
07bc4560
Keshav Agarwal (203050039 - keshavagarwal) - Problem-1,5
Keshav Agarwal (203050039 - keshavagarwal) - Problem-1,5
,extra
GIT Link:
https://git.cse.iitb.ac.in/keshavagarwal/unagi/tree/master/week2/OutLab/unagi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment