Tagged articles
5 articles
Page 1 of 1
php Courses
php Courses
May 29, 2024 · Backend Development

How to Find and Replace File Content on an FTP Server Using PHP

This article demonstrates how to use PHP's FTP extension to connect to an FTP server, list remote files, download each file, replace a specified string within the file content, upload the modified file back, and finally close the connection, providing a complete code example.

FTPPHPScripting
0 likes · 4 min read
How to Find and Replace File Content on an FTP Server Using PHP
21CTO
21CTO
Jul 6, 2023 · Fundamentals

Master the Linux cat Command: From Simple Viewing to Advanced Redirection

This guide walks you through the Linux cat command, explaining its basic file‑display function, how to create and append files, redirect content, show line numbers, and remove empty lines, all with clear examples and practical tips for everyday shell use.

cat commandcommand-linefile-manipulation
0 likes · 7 min read
Master the Linux cat Command: From Simple Viewing to Advanced Redirection
Liangxu Linux
Liangxu Linux
Jul 9, 2020 · Operations

Essential Linux Commands with Real‑World Examples

This guide introduces ten useful Linux command‑line tools—including pgrep, pstree, bc, split, nl, mkfifo, ldd, col, xmlwf, and lsof—explaining their purpose, typical usage patterns, and providing concrete command‑line examples to help users manage processes, files, and system information efficiently.

ShellSysadmincommand-line
0 likes · 8 min read
Essential Linux Commands with Real‑World Examples