Skip to content

joshi-git-hub/dummy-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

dummy-project

#this is just for testing purpose. i am creating one shell scripting program.

in that we will able to get the detail of ip address of our pc

#!/bin/bash ifconfig |grep inet | head -1 |awk '{print$2}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published