Δημοσιεύτηκε: 19 Απρ 2009, 02:31
- Κώδικας: Επιλογή όλων
#!/bin/bash
# Returns the line you want to see
# Usage: bash viewline myfile 4
head -n $2 "$1" | tail -n 1
έγραψε:
$ bash viewline remoteftpbackup.pl 1
#!/usr/bin/perl
To Forum της Ελληνικής Κοινότητας Ubuntu-gr
https://forum.ubuntu-gr.org/
#!/bin/bash
# Returns the line you want to see
# Usage: bash viewline myfile 4
head -n $2 "$1" | tail -n 1
έγραψε:
$ bash viewline remoteftpbackup.pl 1
#!/usr/bin/perl