Skip to content

Commit 333d3b7

Browse files
committed
Added Commands
- To better understand networking UNIX command line tools.
1 parent c284f05 commit 333d3b7

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.unixtools.command.filecontent;
22

3-
public class AwkCommand {
3+
public class EchoCommand {
44

55
}

src/com/unixtools/command/filecontent/SedCommand.java

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package com.unixtools.command.networking;
2+
3+
public class IfconfigCommand {
4+
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package com.unixtools.command.networking;
2+
3+
public class TracerouteCommand {
4+
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package com.unixtools.command.networking;
2+
3+
public class WgetCommand {
4+
5+
}

src/com/unixtools/command/utilities/DateCommand.java

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/com/unixtools/command/utilities/EchoCommand.java

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)