[Python-modules-commits] [python-coloredlogs] 01/07: Add first assignment program 1

Gaurav Juvekar gauravjuvekar-guest at moszumanska.debian.org
Sun Mar 12 20:19:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

gauravjuvekar-guest pushed a commit to branch master
in repository python-coloredlogs.

commit 028be3ea03c9426930551a3917843df6ae3ceb6e
Author: Gaurav Juvekar <gauravjuvekar at gmail.com>
Date:   Wed Jan 18 14:30:47 2017 +0530

    Add first assignment program 1
---
 shell_programming/createfiles.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/shell_programming/createfiles.sh b/shell_programming/createfiles.sh
new file mode 100644
index 0000000..8a22b7f
--- /dev/null
+++ b/shell_programming/createfiles.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+for i in `seq $1`
+do
+	dd if=/dev/urandom bs=1024 count=$i > "/tmp/file_$i"
+done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-coloredlogs.git



More information about the Python-modules-commits mailing list