e variable as a character string. For example, if filename has the value fred.c, then ${#filename} would have the value 6.
The other operator (${#array[*]})... wn in the following script:
#!/bin/bash
export INFILE=${1-"infile"}
export OUTFILE=${2-"outfile"}
cat $INFILE $OUTFILE
Hopefully, this gives you something
you can <b>popd</b> back to it</td></tr>
<tr id="file_search" class="pbtitle"><td colspan="3"><b>file searching</b></td></tr>
<tr><td>•</td><td class="nw">... <tr><td>•</td><td class="nw">ls -lrt</td><td>List files by date. See also <a href="scripts/newest">newes... -r0 grep -F 'example'</td><td>Search all regular files for 'example' in this dir and below</td></tr>
e type:
<code> htmldoc --webpage -f output.pdf filename.html ENTER</code>
==== What Are All These Co... is the document type that specifies unstructured files with page breaks between each file.
* -f output.pdf is the file name that you will save all the documents into and also the type of file
ectory whose name is operand
1
-f
there exists a file whose name is operand
1
-eq
the operands are int... essions are often used to examine the status of a file. There are string operators and numeric comparison operators as well. If the file argument to one of the primaries is of the form `/dev/fd/N', then file descriptor N is checked. If the file argument to
tmp]#
</code>
3. Install the contents of the RPM file into the /usr/src/redhat/SOURCES and /usr/src/red... t
[root@bigboy src]#</code>
6. The configuration files for specific kernels shipped in Fedora Core will... Multi Processor), and the relevant configuration file is then copied to become the new /usr/src/linux/.config file to be used during the kernel compilation.
<code>
[[autofs]] AutoFS (mit NFS)
====== NFS Network File System ======
[[nfs:nfs4|UPDATE TO NFS4]]
Tree se... esting:
<code>
mount -t nfs 192.168.123.95:/home/files/ /mnt/files (-w)
</code>
The first step is to edit the /etc/fstabfile as the root user.
The /etc/fstab file is the ce
mple markup language, which tries to make the datafiles to be as readable as possible. This page contain... is behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled.
... ?php
/**
* Customization of the english language file
* Copy only the strings that needs to be modifie... ning the syntax for links and [[#images_and_other_files|images]] (see below) like this:
[[http://php.
and what stays that takes time. Finding the right file or folder to get rid of can be a chore if you hav... lity displays the disk space usage on all mounted filesystems. The -T option prints the filesystem type as well. By default, df measures the size in 1K blocks... et more understandable output:
<code>
$ df -h -T
Filesystem Type Size Used Avail Use% Mounted on
your existing .vmdk Virtual Disc Image To a .vdi File ======
Now we need to convert your existing VMWa...
<code>
qemu-img convert harddrive-name.vmdk raw-file.bin
</code>
Naturally, you’ll have to change harddrive-name with the name of your .vmdk file and raw-file with the name of the new converted file you want to create. After a few minutes, the conve
abei sollen beide Server auf das gleiche Passwort-File zugreifen, um doppelte Pflege der Datei zu verhin... erver|Anleitung hier]].
Das gemeinsame Passwort-File ist:
<code>/var/www/webdav-ftp-password</code>
An... Dav"
AuthType Basic
AuthUserFile /var/www/webdav-ftp-password
Require v... nde ''/etc/vsftpd.conf'':
<code>
# Example config file /etc/vsftpd.conf
#
# The default compiled in sett
xcmd/du_command.html))
===== Get and display the file size and the directory size using du command ====... about how much your disk space being used by your file and the disk space being use by directory in the ... em The du command can be use to find the size of file and the size of directory in Linux system. The ex... the step to use the du command to get the size of file and the size of directory in Linux Fedora Core sy
cess ID numbers.
===== The /etc/squid/squid.conf File =====
The main Squid configuration file is squid.conf, and, like most Linux applications, Squid needs to be restarted for changes to the configuration file can take effect.
==== The Visible Host Name ====... very last http_access statement in the squid.conf file denies all access. You therefore have to add your
how-to-extract-exif-metadata-and-output-to-a-text-file/))
<code>
#! /bin/bash
#07/06/18 A BASH script...
#07/06/18 create metadata directory, create text file output for each file, append basename, place output in metadata directory
#07/06/18 create script.log to verify processing of files and place in metadata directory
#07/06/18 Autho
E.
A PXE bootrom can load at most a 32 kilo-byte file. A Linux kernel is quite a bit larger than that. ... o be loaded, and it knows how to load much larger files, such as a Linux kernel.
== PXE: Booten über N... onf :
<code># dhcpd.conf
#
# Sample configuration file for ISC dhcpd
#
# option definitions common to al... this to send dhcp log messages to a different log file (you also
# have to hack syslog.conf to complete